Format subclass that uses a template file to define the HTML header
and footer for each view.
init(
self,
processor,
prefix)
Loads and parses the template file
Writes the text to the output stream, replaceing @PREFIX@ with the
prefix for this file
(self, os, title, body, headextra, view)
Formats the header using the template file
(self, os, body)
Formats the footer using the template file