[Zope] page templates - render all of request?

Evan Simpson evan@4-am.com
Fri, 11 May 2001 23:36:58 -0400


From: "Jason Byron" <jason_zope@yahoo.com>
> How do you get page templates to render the request
> without escaping the html?
>
> <div tal:replace="request"/>

<div tal:replace="structure request" />

The default is "text", which quotes html.  If you have further questions or
other feedback, please come join the ZPT list!

Cheers,

Evan @ digicool & 4-am