pyre.weaver.HTML

Module Contents

class pyre.weaver.HTML.HTML

Bases: pyre.weaver.BlockMill.BlockMill

Support for HTML

doctype
doc = the doctype variant to use on the first line
doctypes
startBlock = <!--
commentMarker = !
endBlock = -->
header(self)

Layout the {document} using my stationery for the header

body(self, document=(), **kwds)

The body of the document

footer(self)

Layout the {document} using my stationery for the footer