{{ 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 not .FirstSection.IsHome }}
{{ range .FirstSection.Resources.Match "*.css" }}
{{ end }}
{{ end }}
{{ range .Resources.Match "*.css" }}
{{ end }}
{{ block "scripts" . }}{{ end }}