Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 18e42f0469b19622948a6f1a7af01559 > files > 34

python-simpletal-4.2-1mdv2010.1.noarch.rpm

<html>
	<body>
		<h1 tal:content="title">The title</h1>
		<ul tal:repeat="colour rainbow">
		  <li tal:content="colour">Colour of the rainbow</li>
		  One&nbsp;Two
		  <p tal:content="python: str (colour) + ' is the colour'"></p>
		</ul>
  </body>
</html>