Re: [htmltmpl] Base templates and sub templates
Brought to you by:
samtregar
From: Rudolph F. <rud...@gm...> - 2007-03-11 09:30:47
|
On 3/10/07, Roger Burton West <ro...@fi...> wrote: > What I did for bailii.org (and various other sites based on that code) > is a very simple approach: every page does a <tmpl_include> of the "top" > and "bottom" templates, which wrap the page-specific content. Using my > HTML::Template::Set module extension, the page template can then pass > variables to the included templates (such as the page's title). > > More information if it's wanted. > > Roger Thanks for the tip! Rudolph |