I have come a cross a situation in which I would like to be able INCLUDE another template and provide a set of local variables for that template, but not give the template access to the outer environment. This is namely to stop prevent name clashes of the internal variables (many of which can be arguments themselves). So basically I would like to do:
[% INCLUDE foo %]
bar = "zot"
[% END %]
So foo would have access to whatever defaults were set up inside of it,
and bar. Any suggestions would be most welcome. If some easy way does
not exist I would be interested in augmenting the toolkit to have such a
behavior.
--
Michael Henson <[EMAIL PROTECTED]>
signature.asc
Description: This is a digitally signed message part
