Does TT track the current column position?
I want to have filter for use in email that will wrap, but respects
the current indent. For example:
[% # email template %]
Hello Template Users,
[% email.body | email_wrap %]
----
Results in something like this with email_wrap knowing how much to use
for "subsequent_tab":
Hello Template Users,
I want to have filter for use in email that will
wrap, but respects the current indent.
--
Bill Moseley
[EMAIL PROTECTED]
_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates