[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Page Templates
webmaster@zope.org
webmaster@zope.org
Thu, 03 Oct 2002 18:01:41 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/AdvZPT.stx#4-5
---------------
You can include page elements that are visible in the template
but not in generated text by using the built-in variable
'nothing', like this::
<tr tal:replace="nothing">
<td>10213</td><td>Example Item</td><td>$15.34</td>
</tr>
% Anonymous User - Oct. 3, 2002 6:01 pm:
rtzrtzrtz