[Zope] ZPT Problem
beno
zope@thewebsons.com
Sun, 05 Jan 2003 03:11:05 -0400
Hi;
I want my titles to render automatically. But even the default code in the
2.6 distro for *standard_template.pt* doesn't work:
<html metal:define-macro="page">
<head>
<metal:block define-slot="head">
<title tal:content="template/title">The Title</title>
</metal:block>
</head>
<body>
<div metal:define-slot="body">
This is where the page's body text goes.
</div>
</body>
</html>
This renders an empty string for *title*. Why?
TIA,
beno