Plone page template with included content
last edited 2 years ago by pf
How to include content from a separate plone page in a page template:
<div metal:fill-slot="main"
tal:define="here nocall:here/front-page-source">
<metal:block use-macro="here/document_view/macros/main" />