Mercurial > genshi > mirror
view examples/bench/markup/base.html @ 69:c40a5dcd2b55 trunk
A couple of minor performance improvements.
author | cmlenz |
---|---|
date | Mon, 10 Jul 2006 17:37:01 +0000 |
parents | |
children | d60486018004 |
line wrap: on
line source
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://markup.edgewall.org/" py:strip=""> <p py:def="greeting(name)"> Hello, ${name}! </p> <py:match path="body"> <div id="header"> <h1>${title}</h1> </div> ${select('*')} <div id="footer" /> </py:match> </html>