comparison examples/bench/genshi/base.html @ 820:1837f39efd6f experimental-inline

Sync (old) experimental inline branch with trunk@1027.
author cmlenz
date Wed, 11 Mar 2009 17:51:06 +0000
parents 24757b771651
children
comparison
equal deleted inserted replaced
500:0742f421caba 820:1837f39efd6f
4 4
5 <p py:def="greeting(name)"> 5 <p py:def="greeting(name)">
6 Hello, ${name}! 6 Hello, ${name}!
7 </p> 7 </p>
8 8
9 <body py:match="body"> 9 <py:match path="body" once="true"><body>
10 <div id="header"> 10 <div id="header">
11 <h1>${title}</h1> 11 <h1>${title}</h1>
12 </div> 12 </div>
13 ${select('*')} 13 ${select('*')}
14 <div id="footer" /> 14 <div id="footer" />
15 </body> 15 </body></py:match>
16 16
17 </html> 17 </html>
Copyright (C) 2012-2017 Edgewall Software