[ZPT] CVS: Packages/Products/PageTemplates (Products/DC/PageTemplates) - default.html:1.3

Jim Fulton jim@digicool.com
Fri, 22 Jun 2001 15:58:11 -0400 (EDT)


Update of /cvs-repository/Packages/Products/PageTemplates/dtml
In directory korak.digicool.com:/tmp/cvs-serv19732

Modified Files:
	default.html 
Log Message:
Put more examples in the default content and made sure the
example actually included some sample text.



--- Updated File default.html in package Packages/Products/PageTemplates --
--- default.html	2001/03/27 17:34:31	1.2
+++ default.html	2001/06/22 19:58:10	1.3
@@ -3,6 +3,11 @@
     <title tal:content="template/title">The title</title>
   </head>
   <body>
-    This is Page Template <span tal:replace="template/title" />.
+    
+    <h2><span tal:replace="here/title_or_id">content title or id</span>
+        <span tal:condition="template/title"
+              tal:replace="template/title">optional template id</span></h2>
+
+    This is Page Template <em tal:content="template/id">template id</em>.
   </body>
 </html>