Boilerplate WASM Demo
Render Go templates in the browser using boilerplate compiled to WebAssembly.
Loading WASM...
Template
Hello, {{ .Name | upper }}! Items: {{ range .Items }}- {{ . }} {{ end }} Written by {{ .Author }}.
Variables (JSON)
{ "Name": "world", "Items": ["alpha", "bravo", "charlie"], "Author": "boilerplate" }
Render
Output