[ZDP] BackTalk to Document The Zope Book (2.6 Edition)/Appendix C:
Zope Page Templates Reference
webmaster at zope.org
webmaster at zope.org
Thu Apr 8 16:52:35 EDT 2004
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/AppendixC.stx#3-216
---------------
Given this macro::
<p metal:define-macro="hello">
Hello <b metal:define-slot="name">World</b>
</p>
% Anonymous User - Apr. 8, 2004 4:52 pm:
Why do some define-slots look like:
<p metal:define-slot="head_slot" />
while others look like:
<metal:headslot define-slot="head_slot" />
what is that "headslot" thingie? It's not the same as "head_slot"...
More information about the ZDP
mailing list