{{ partial "head.html" . }}
{{ block "body" . }} {{ block "header" . }}{{ end }}
{{ block "main" . }}{{ end }}
{{ partial "development/page_info.html" . }} {{ block "footer" . }}{{ end }} {{ end }}
{{ if not hugo.IsProduction }}
{{ end }} {{ block "styles" . }}{{ end }} {{ if gt (len .Section) 0 }} {{ range .FirstSection.Resources.Match "*.css" }}
{{ end }} {{ end }} {{ range .Resources.Match "*.css" }}
{{ end }} {{ block "scripts" . }}{{ end }}