diff examples/bench/simpletal/base.html @ 79:16571c57907b

Added SimpleTAL example to benchmark.
author cmlenz
date Thu, 13 Jul 2006 18:52:26 +0000
parents
children
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/examples/bench/simpletal/base.html
@@ -0,0 +1,15 @@
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+
+  <p metal:define-macro="greeting">
+    Hello, <span metal:define-slot="name">name</span>
+  </p>
+
+  <body metal:define-macro="content">
+    <div id="header">
+      <h1 tal:content="title" />
+    </div>
+    <div metal:define-slot="content" tal:omit-tag="" />
+    <div id="footer"></div>
+  </body>
+
+</html>
Copyright (C) 2012-2017 Edgewall Software