Suppose I want to do an include only if something is defined,
how do I do it?
 
[% IF x.defined and x eq "foo" %]
    [% INCLUDE myfile %]
[% END %]
 
something like that? can't seem to locate it in the
man pages.
 
Thanks.


Start your day with Yahoo! - make it your home page

Reply via email to