Hello Douglas,

A simple fix to include the header could be like this:

<metal:block
    xmlns:metal="http://xml.zope.org/namespaces/metal";
    metal:define-macro="page">
<tal:c content="structure your_doctype" />
<html>
...
Your content
...
</html>
</metal:block>

The "your_doctype" cant be a direct string, you need to send this as a 
variable when rendering the template.


_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to