{{ define "main" }}
{{- $sortedPages := (where (.Pages.ByParam "weight") ".Params.active" "=" true) }}
{{ range $sortedPages }}
{{- partial "single-vorstandsmitglied" . -}}
{{ end }}
{{- partial "social-insta-gallery.html" -}}
{{- partial "section-footer.html" . -}}
{{ end }}