annotate examples/bench/simpletal/base.html @ 938:a5a1c9a11135 tip

update tags
author convert-repo
date Tue, 31 May 2011 20:05:15 +0000
parents 16571c57907b
children
rev   line source
79
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
1 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
2
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
3 <p metal:define-macro="greeting">
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
4 Hello, <span metal:define-slot="name">name</span>
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
5 </p>
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
6
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
7 <body metal:define-macro="content">
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
8 <div id="header">
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
9 <h1 tal:content="title" />
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
10 </div>
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
11 <div metal:define-slot="content" tal:omit-tag="" />
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
12 <div id="footer"></div>
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
13 </body>
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
14
16571c57907b Added SimpleTAL example to benchmark.
cmlenz
parents:
diff changeset
15 </html>
Copyright (C) 2012-2017 Edgewall Software