Chris Ochs wrote:
> Let's say I have a variable var1 that contains template code.  Using
> [% var1 %] displays the raw code itself.  Is there an easy trick to
> display the interpreted code within var1 ?

Some kind soul (Darren) answered this question for me the other day.

I believe its:

[% var1 | eval %]

To view Darrens response see the archive  08/06/04 15:41

Harry

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to