Jinja2
Introduction
The Jinja2 Extension provides the Jinja2OutputHandler
for output rendering, and the Jinja2TemplateHandler
for file/content templating based on the Jinja2 templating language.
Documentation References:
API References:
Requirements
Jinja2
Cement 3.0.8+:
pip install cement[jinja2]
Applications using Cement <3.0.8 should continue to include jinja2
in their dependencies.
Configuration
Application Configuration Settings
This extension honors the following settings under the primary namespace (ex: [myapp]
) of the application configuration:
Application Meta Options
This extension honors the following App.Meta
options:
Usage
Output Handler
Template Handler
Last updated