On Tue, 31 Jul 2001, Bill Shupp wrote:
> send_template("main_menu.html") would first parse html/header.html, then
> html/main_menu.html, then html/footer.html.  All the hooks (##D, etc) would
> work in the header and footer files as well.  Then, you could move whatever
> you wanted into these file to accommodate your needs.  Seems like the
> simplest way.  And if you don't want to use them, leave them empty.

I think an include command (##I ?) seens to be the right way so one can
simply edit html/* templates and put ##Isome_in_file_relative_to_html_dir.
The template engine should include the file pointed by ##I and parse it
again.

-- 
Antonio Dias

Reply via email to