19 Mar
2004
19 Mar
'04
8:08 p.m.
David Bear wrote:
Say I have a page template a
In that page I have a section like this:
<div id="body"> stuff in the body </div>
is there a way from page template b to render only the "body" div from a?
<div id="insertedbody" tal:replace="here/templatefolder/a> stuff </div>
this you do with macros. read the section on metal macros in the zope book on zope.org Robert