interface documentation

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
List[Flattenable]a list of flattenable objects, such as byte and unicode strings, twisted.web.template.Elements and IRenderable providers.