twisted.web.iweb.ITemplateLoader(Interface)
interface documentationtwisted.web.iweb
View Source
(View In Hierarchy)
Known implementations: twisted.web.template.TagLoader, twisted.web.template.XMLFile, twisted.web.template.XMLString
A loader for templates; something usable as a value for twisted.web.template.Element
's
loader
attribute.
Method | load | Load a template suitable for rendering. |
Load a template suitable for rendering.
Returns | a list of list s, unicode objects,
Element s and other IRenderable
providers. |