If I'm using TT to write out a TT template, is there a good way to escape
[% and %].

I tried something like this thinking the single quotes would rescue me:

    [% '[% "hello" %]' %]

This works, but is not pretty:

    [% '[' %]% "hello" %[% ']' %]



-- 
Bill Moseley
mailto:[EMAIL PROTECTED]


Reply via email to