Summary
Render Jinja Template
Description
Renders jinja template output.
Route
POST /template_builder/templates/:name/renderJinja
Roles
admin
other
readonly
apiread
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | yes | Template name |
| context | object | yes | Context dictionary to render |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| renderedTemplate | object | Rendered jinja template |