Jinja2 Template Engine Playground
This playground renders a Jinja2 template
for you using various versions of Jinja2.
The goal is to always support the same versions as Jinja2 itself and a couple of end of life versions below that.
data.yaml
This is the context provided to your template for rendering.
It has to be valid yaml and will be loaded to a native data structure using yaml.safe_load()
from the pyyaml package.
Timeouts
Each playground execution has 5 seconds to load your data and render your template with it.
Should it not finish within that time it will be forcefully stopped and whatever information could be gathered will be returned.