diff examples/bench/markup/base.html @ 81:cc034182061e

Template expressions are now compiled to Python bytecode.
author cmlenz
date Sat, 15 Jul 2006 11:29:25 +0000
parents e9a3930f8823
children
line wrap: on
line diff
--- a/examples/bench/markup/base.html
+++ b/examples/bench/markup/base.html
@@ -6,12 +6,12 @@
     Hello, ${name}!
   </p>
 
-  <py:match path="body">
+  <body py:match="body">
     <div id="header">
       <h1>${title}</h1>
     </div>
     ${select('*')}
     <div id="footer" />
-  </py:match>
+  </body>
 
 </html>
Copyright (C) 2012-2017 Edgewall Software