I'm not sure what I'm doing wrong (again) here, but the following two code snippets in a ZPT will kill the Zope instance: <html> <body> This a Test Page. The title of this page is: <div tal:replace="request" /> </body> </html> <html> <body> This a Test Page. The title of this page is: <div tal:replace="template" /> </body> </html> -- David