[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:21:40 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AppendixC.stx#3-219
---------------
This example refers to the 'header' macro defined in the
'other.html' template which is in the same folder as the current
template. When the macro is expanded, the 'p' element and its
contents will be replaced by the macro. Note: there will still be
a 'metal:use-macro' attribute on the replacement element.
% Anonymous User - Aug. 30, 2002 2:21 pm:
I'm a little confused by the "Note:" here. Aren't all the "metal:" attributes removed as a part of the
rendering process?