{{ define "main" }}
{{ .Content }}
{{ $style := resources.Get "css/playground.scss" | resources.ToCSS | resources.Minify }} {{ $playground := resources.Get "js/playground.js" | resources.ExecuteAsTemplate "playground.js" . | resources.Minify }} {{ end }}