class documentation
class StaticPageTemplateFile(PageTemplateFile): (source)
A PageTemplateFile subclass that allows injecting a custom context and options dictionary into the template rendering environment.
| Method | pt_get |
Build and return the namespace dictionary for page template rendering. |
| Method | set |
Set the rendering context and options for this template. |
| Instance Variable | context |
Undocumented |
| Instance Variable | options |
Undocumented |
Build and return the namespace dictionary for page template rendering.
| Returns | |
| dict | Template namespace with 'template', 'here', 'context', etc. |