Django Template Engine Playground

Table of Contents

Back to the top

This playground renders a Django template for you using various versions of Django.
The goal is to always support the same versions as Django 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.