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