in reply to Variable include names in HTML::Template
Template Toolkit has a WRAPPER directive which works marvelously, but it doesn't seem that HTML::Template has an equivalent.
As a solution, perhaps you could render the content template, then pass that result to a second template which has the header/footer stuff and a <tmpl_var> for the content.
|
|---|