Larry Leszczynski wrote:
> The piece I was missing was splitting the end tag so that the parser does
> not think there are nested tags going on.

That's fixed in TT3, too.

Not only can you do this without confusing the parser:

   [% tag_end = '%]' %]

But you can also "properly" nest tags, like so:

   [% INCLUDE header
         title  = [% INCLUDE my/title %]
         author = [% INCLUDE my/name  %]
   %]

A


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

Reply via email to