On Wednesday 12 October 2005 11:52 pm, Randal L. Schwartz wrote: > >>>>> "Corey" == Corey Saltiel <[EMAIL PROTECTED]> writes: > > Corey> Is it possible to do something like the following: > > Corey> [% WRAPPER $wrapper || default.tt %] > > [% real = $wrapper || "default.tt"; WRAPPER $real %] > > or, if you don't mind killing $wrapper: > > [% DEFAULT wrapper = "default.tt"; WRAPPER $erapper %]
You're awesome Randal -- thanks a ton! _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
