Mercurial > genshi > mirror
view examples/bench/simpletal/base.html @ 792:25b8ffa7fe65 trunk
Apply patch to silence a -3 warning about `reduce` removal. Closes #279.
author | cmlenz |
---|---|
date | Mon, 08 Dec 2008 20:37:45 +0000 |
parents | 8d6bee631a58 |
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>