Mercurial > genshi > mirror
view examples/bench/kid/base.kid @ 890:d30ceea3eadd trunk
More doc tweaks.
author | cmlenz |
---|---|
date | Mon, 19 Apr 2010 20:28:52 +0000 |
parents | c40a5dcd2b55 |
children |
line wrap: on
line source
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"> <p py:def="greeting(name)"> Hello, ${name}! </p> <body py:match="item.tag == '{http://www.w3.org/1999/xhtml}body'" py:strip=""> <div id="header"> <h1>${title}</h1> </div> ${item} <div id="footer" /> </body> </html>