On Sat, Jun 05, 2004 at 01:05:48PM +0200, Stefan H�fs wrote: > Is there anything possible like this with ttree > > [% runmode = 'home.atml %] > [% INCLUDE [% rumode %] %]
Just use variables. [% runmode = 'home.atml' %] [% INCLUDE $runmode %] -- New .sigs Running in please parse _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
