{{ partial "head.html" . }}
{{ partial "header.html" . }}
{{ block "main" . }}{{ end }}
{{ partial "footer.html" . }} {{ if and .IsPage (.Page.Scratch.Get "includes_railroad_diagram") }} {{ end }} {{ if and .IsPage (.Page.Scratch.Get "includes_p5_sketch") }} {{ end }} {{ range $script := .Resources.Match "*.js" }} {{ $isModule := default true $script.Params.is_module }} {{ end }}