Skip to content.
Sections

Quantum Magic & Love Quarks

Personal tools
You are here: Home » Notes » Plone page template with included content
 
Views

Plone page template with included content

Document Actions
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" />

 

Powered by Plone