def
jinja
cauldron.display.jinja()

Renders the specified Jinja2 template to HTML and adds the output to the display.

Arguments
Required
Optional
path

str

The fully-qualified path to the template to be rendered.

kwargs

Any

Any keyword arguments that will be use as variable replacements within the template.

Default Value: 

dict