Re: [symfony-users] render template inside template

2011-05-29 Thread sztart .pl
Hi Romain Unfortunately my template is in DB and is passed to template as a page.content variable. It is not a static file, so include is not working. 2011/5/29 Romain : > Hello, > > On Sun, May 29, 2011 at 11:30 AM, mrok wrote: >> >> Hi >> >> Is there any way to render twig template inside te

Re: [symfony-users] render template inside template

2011-05-29 Thread Romain
Hello, On Sun, May 29, 2011 at 11:30 AM, mrok wrote: > Hi > > Is there any way to render twig template inside template? > I keep twig template code in DB (I need show something for customer > fast so it is a baypass) and now have a problem how render template > passed to template as variable (I

[symfony-users] render template inside template

2011-05-29 Thread mrok
Hi Is there any way to render twig template inside template? I keep twig template code in DB (I need show something for customer fast so it is a baypass) and now have a problem how render template passed to template as variable (I would like to avoid create tmp file). Code: {% block content %}