{{ define "main" }}

{{ if eq .CurrentSection .FirstSection }}{{ .Section | humanize }}{{ else }}{{ .Title }}{{ end }}

{{ .Content }}
{{ $currentSection := .CurrentSection }} {{ range where .Site.RegularPages.ByTitle "Section" .Section }} {{ if in (.RelPermalink | string) $currentSection.RelPermalink }} {{ end }} {{ end }}
{{ end }}