in reply to Re: Alternate template syntax for HTML::Template?
in thread Alternate template syntax for HTML::Template?
Note that HTML::Template::Compiled isn't 100% compatible with HTML::Template.
For example the following snippet of code shows errors:
<tmpl_if name="title"> <title><!-- tmpl_var name="title" --></title> <tmpl_else> <title><!-- tmpl_var name='site_slogan' --></title> </tmpl_if>
The error given references the second line:
'TMPL_ELSE' does not match opening tag (if) at templates/index.templat +e line 2
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Alternate template syntax for HTML::Template?
by tinita (Parson) on Oct 02, 2005 at 11:28 UTC | |
by skx (Parson) on Oct 02, 2005 at 13:27 UTC |