26 Oct
2001
26 Oct
'01
7:23 a.m.
it should be returned to the browser as if it had looked like this:
--- <dtml-var standard_html_header> <h1>Foo rules!</h1> <dtml-stuff expr="goes here" ...> <p>blah!</p> </dtml-var standard_html_footer> ---
ZPT/TAL or CMF answers need not apply, as they are (in our opinion, anyway) too un-mature at this point to be usable for our particular project.
Any help appreciated.
Make /foo a folder, put your content in a dtml doc called content within /foo : /foo/content and create a root index_html with : <dtml-var standard_html_header> <dtml-var content> </dtml-var standard_html_footer> Does it sounds ugly to anyone ? Philippe