{{ 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 -}} {{- $includedCSS := slice -}} {{- if not .FirstSection.IsHome -}} {{- range .FirstSection.Resources.Match "*.css" -}} {{- if not (in $includedCSS .Permalink) -}} {{- $includedCSS = $includedCSS | append .Permalink -}} {{- end -}} {{- end -}} {{- end -}} {{- range .Resources.Match "*.css" -}} {{- if not (in $includedCSS .Permalink) -}} {{- $includedCSS = $includedCSS | append .Permalink -}} {{- end -}} {{- end -}} {{ block "styles" . }}{{ end }} {{ block "scripts" . }}{{ end }}