Skip to content.
Sections

Quantum Magic & Love Quarks

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

History for Plone page template with included content

changed:
-
How to include content from a separate plone page in a page template:

<pre>
&lt;div metal:fill-slot="main" 
     tal:define="here nocall:here/front-page-source"&gt;
                
&lt;metal:block use-macro="here/document_view/macros/main" /&gt;
</pre>
 

Powered by Plone