Hi,

I have a template in which I need to evaluate a variable which is taken from 
the database like:

...
<div>[% page_body %]</div>
...

But page_body is a TT template containing a string like:

<p><a href="[% c.uri_for('/path/to/file') %]">[% c.localize('Label for this 
link') %]</a></p>
...

Is it possible to interpret somehow page_body variable to be processed like 
a template?

Thanks.

Octavian


_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to