pyre.weaver.HTML¶
Module Contents¶
-
class
pyre.weaver.HTML.HTML¶ Bases:
pyre.weaver.BlockMill.BlockMillSupport 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
Layout the {document} using my stationery for the footer
-