ZPT-file StandardTemplate:
The title
Python script standard_html_header:
import string
page = context.StandardTemplate()
return page[:string.find(page, '')]
Python script standard_html_footer:
import string
page = context.StandardTemplate()
return page[string.find(page, '')+14:]
ZPT-file zpt.html:
The title
foobar
DTML-file dtml.html:
foobar