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