[htmltmpl] Base templates and sub templates

2007-03-10 Thread Rudolph Froger
Hi, I'm new on this list. I've a question on using HTML::Template for a larger project: - I will use a base template which defines the basic structure of the site. - Different parts of the template will have dynamic content (generated by the scripts). What 'd like to do is create the base template

Re: [htmltmpl] Base templates and sub templates

2007-03-11 Thread Rudolph Froger
On 3/10/07, Roger Burton West <[EMAIL PROTECTED]> wrote: > What I did for bailii.org (and various other sites based on that code) > is a very simple approach: every page does a of the "top" > and "bottom" templates, which wrap the page-specific content. Using my > HTML::Template::Set module extens