{{ partial "head.html" . }}
{{ partial "header.html" . }}
{{ block "main" . }}{{ end }}
{{ partial "footer.html" . }} {{ if and .IsPage .Params.is_p5js_sketch }} {{ with .Resources.GetMatch "sketch.js" }} {{ end }} {{ end }}