[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Appendix C: Zope Page Templates Reference
nobody@nowhere.com
nobody@nowhere.com
Fri, 30 Aug 2002 14:16:10 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixC.stx#2-77
---------------
You can fill the 'name' slot like so::
<p metal:use-macro="container/master.html/macros/hello">
Hello <b metal:fill-slot="name">Kevin Bacon</b>
</p>
% Anonymous User - Aug. 30, 2002 2:16 pm:
Slightly confusing example: both the macro definition and the macro use include the "Hello" text. When this
is actually rendered, of course, the
"Hello" from the macro definition is the one that counts. Perhaps change the "Hello" in the macro use to
"Greet", and then specify what the macro use
actually produces?