File: basic.html

package info (click to toggle)
python3-simpletal 5.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 812 kB
  • sloc: python: 5,797; xml: 23; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
<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>