{{ define "main" }} {{ .Content }} {{ $mainSections := .Site.Params.mainSections | default (slice "post") }} {{ $section := where .Site.RegularPages "Section" "in" $mainSections }} {{ $section_count := len $section }} {{ if ge $section_count 1 }} {{ $section_name := index (.Site.Params.mainSections) 0 }}