httk.serve.web.templating.base¶
Define template render inputs and the engine protocol.
Classes¶
Carry page content and context into a template engine. |
|
Define the page and fragment template-engine protocol. |
Module Contents¶
- class httk.serve.web.templating.base.TemplateRenderInput[source]¶
Carry page content and context into a template engine.
- Parameters:
content_html – Rendered page HTML supplied to the template.
template_name – Optional content template name.
base_template_name – Optional base template name.
context – Values exposed to templates.