[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Using Zope Page Templates
nobody@nowhere.com
nobody@nowhere.com
Tue, 10 Sep 2002 15:22:07 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx#2-41
---------------
Using Page Templates you can dynamically query your environment
and selectively insert text depending on conditions. For example,
you could display special information in response to a cookie::
<p tal:condition="request/cookies/verbose | nothing">
Here's the extra information you requested.
</p>
% Anonymous User - Sep. 10, 2002 3:22 pm:
At what point would we be better off in Python?