{{ partial "head.html" . }} {{ partial "header.html" . }}
{{ block "main" . }} {{ end }}
{{/* Load the YouTube player if the page embeds a YouTube video */}} {{ with .Store.Get "youtube" }} {{ partial "youtube-script.html" . }} {{ end }}