« A brief history of some subversion transactions | Main | Python interpreter embedded in PHP »
August 08, 2006
Calling DTML from within ZPT
<tal:block
tal:define="header python:root.standard_html_header(context);
footer python:root.standard_html_footer(context)">
<tal:block tal:replace="structure header"/>
....
<tal:block tal:replace="structure footer"/>
</tal:block>
Tags: ZPT
Posted by pj at August 8, 2006 11:55 AM