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
- Re[2]: remaining issues before 1.0 Gabriel Ambuehl
- Re: remaining issues before 1.0 Oden Eriksson
- Re: remaining issues before 1.0 Rob Genovesi
- Re: remaining issues before 1.0 Bill Shupp
- Re: remaining issues before 1.0 Gabriel Ambuehl
- Re: remaining issues before 1.0 Bill Shupp
- Re: remaining issues before 1.0 Rob Genovesi
- Re: remaining issues before 1.0 Bill Shupp
- Re: remaining issues before 1.0 Rob Genovesi
- Re: remaining issues before 1.0 Bill Shupp
- Re: remaining issues before 1.0 Antonio Dias
- Re: remaining issues before 1.0 Bill Shupp
- Re: remaining issues before 1.0 Antonio Dias
- Re: remaining issues before 1.0 Bill Shupp
- Re: remaining issues before 1.0 Antonio Dias
- Re: remaining issues before 1.0 Bill Shupp
