Mercurial > p > roundup > code
diff doc/customizing.txt @ 2526:dfe0bde4ff7f
"Information available to templates": 'true' and 'false' constants
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Sat, 03 Jul 2004 15:10:25 +0000 |
| parents | 38166eb3100f |
| children | bad572863a85 |
line wrap: on
line diff
--- a/doc/customizing.txt Sat Jul 03 14:41:47 2004 +0000 +++ b/doc/customizing.txt Sat Jul 03 15:10:25 2004 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.139 $ +:Version: $Revision: 1.140 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -1595,6 +1595,9 @@ <span>Hello, World!</span> +**true**, **false** + Boolean constants that may be used in `templating expressions`_ + instead of ``python:1`` and ``python:0``. The context variable ~~~~~~~~~~~~~~~~~~~~
