Go Template Playground
This playground renders a go template
for you using various versions of the go's template package.
Under the hood this uses the awesome gomplate cli,
which we plan to expose as a full featured playground in the future.
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 gomplate
.
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.