An ITemplateLoader that loads an existing flattenable object.
| Method | __init__ |
|
| Instance Variable | tag |
The object which will be loaded. |
| Method | load |
Load a template suitable for rendering. |
Load a template suitable for rendering.
| Returns | a list of flattenable objects, such as byte and unicode strings, twisted.web.template.Elements and IRenderable providers. (type: List[Flattenable]) | |