comparison examples/bench/genshi/base.html @ 720:acf7c5ee36e7 experimental-newctxt

newctxt branch: Merged revisions [678:835] via svnmerge from [source:trunk].
author cmlenz
date Fri, 11 Apr 2008 08:42:11 +0000
parents 84168828b074
children
comparison
equal deleted inserted replaced
567:837786a584d5 720:acf7c5ee36e7
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