{{- $sections := slice -}} {{- $currentPage := .currentPage -}} {{- $isin := .isin -}} {{- range $isin -}} {{- $p := site.GetPage . -}} {{- $section := trim $p.FirstSection.RelPermalink "//" -}} {{- $sections = uniq ($sections | append $section) -}} {{- end -}}
{{- range $sections -}} {{- $section := . -}}
is in {{- partial "GetPluralSectionName.html" $section -}}⁄
{{- range $isin -}} {{- $p := site.GetPage . -}} {{- if eq (trim $p.FirstSection.RelPermalink "//") $section -}}
{{- $p.LinkTitle -}}
{{- end -}} {{- end -}}
{{- end -}}