module documentation

Badly named module that contains the driving code for the rendering.

Function flattenToFile This method writes a page to a HTML file.
def flattenToFile(fobj: IO[bytes], elem: Flattenable): (source)

This method writes a page to a HTML file.

Raises
ExceptionIf the twisted.web.template.flatten call fails.