File: page.html

package info (click to toggle)
simpletal 4.1-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 740 kB
  • ctags: 936
  • sloc: python: 5,810; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
<html>
	<body>
		<h1 tal:content="title">The title</h1>
		<div metal:use-macro="sitemacros/macros/notice">
		  <i metal:fill-slot="source">SimpleTAL!</i>
		</div>
  </body>
</html>