{{ partial "head.html" . }} {{ block "header" . }} {{ partial "header.html" . }} {{ end }}
{{ block "main" . }} {{ end }}
{{ block "footer.html" . }} {{ partial "footer.html" . }} {{ end }} {{ $base := resources.Get "script/base.js" }} {{ $subscription := resources.Get "script/subscription.js" }} {{ $shuffle := resources.Get "script/shuffle.js" }} {{ $js := slice $base $subscription $shuffle | resources.Concat "script/main.js" }} {{ block "scripts" . }} {{ end }}