Mercurial > genshi > genshi-test
view examples/bench/simpletal/base.html @ 651:168dcc0b4782
The template engine plugin no longer adds the `default_doctype` when the `fragment` parameter is `True`. Thanks to dbrattli for the patch!
author | cmlenz |
---|---|
date | Thu, 08 Nov 2007 18:27:47 +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>