Mercurial > genshi > genshi-test
view examples/bench/simpletal/base.html @ 914:c5faa881d87f experimental-py3k
py3k branch: add compatibility functions for dealing with python 3; factor existing compatibility functions out from genshi utils.
author | hodgestar |
---|---|
date | Sun, 24 Oct 2010 21:38:19 +0000 |
parents | 16571c57907b |
children |
line wrap: on
line source
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <p metal:define-macro="greeting"> Hello, <span metal:define-slot="name">name</span> </p> <body metal:define-macro="content"> <div id="header"> <h1 tal:content="title" /> </div> <div metal:define-slot="content" tal:omit-tag="" /> <div id="footer"></div> </body> </html>