Include the content from a document
by
Wyden Silvan
—
last modified
20.11.2009 15:06
<tal:block tal:define="doc python:getattr(context, 'front-page')">
<h2 tal:content="doc/Title" />
<tal:block content="structure python:doc.CookedBody(stx_level=2)">
Portlet content
</tal:block>
</tal:block>
