File: structure.html

package info (click to toggle)
simpletal 4.1-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 748 kB
  • ctags: 936
  • sloc: python: 5,810; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
<html>
	<body>
		<h1 tal:content="title">The title</h1>
		<div tal:repeat="chapters doc">
		  <h2 tal:content="chapters/heading">Chapter Heading</h2>
		  <p tal:content="structure chapters/text">Text</p>
		</div>
  </body>
</html>