[Zope3-checkins] CVS: Zope3/src/zope/pagetemplate/tests/input - template_usage.html:1.1.2.1

Godefroid Chapelle gotcha@swing.be
Thu, 13 Mar 2003 12:50:55 -0500


Update of /cvs-repository/Zope3/src/zope/pagetemplate/tests/input
In directory cvs.zope.org:/tmp/cvs-serv23593/tests/input

Added Files:
      Tag: template_usage-branch
	template_usage.html 
Log Message:
add first template_usage tests



=== Added File Zope3/src/zope/pagetemplate/tests/input/template_usage.html ===
<html xmlns:tal="http://xml.zope.org/namespaces/tal">
  <head><title>Test of documentation templates</title></head>
  <body>
      <span tal:content="usage"> blah </span>
      <p tal:condition="usage/test">
      This is test.
      </p>
      <p tal:condition="usage/retest">
      This is retest.
      </p>
  </body>
</html>