Part of twisted.web.template View Source View In Hierarchy
Implements interfaces: twisted.web.iweb.ITemplateLoader
| Instance Variable | tag | The object which will be loaded. (type: An IRenderable
provider.) | 
  
| Method | __init__ | |
| Method | load | Load a template suitable for rendering. | 
| Parameters | tag | The object which will be loaded. (type: An IRenderable
provider.) | 
| Returns | a list of lists, unicode objects, 
Elements and other IRenderable 
providers. | |