2025-04-03 16:24:20 +02:00
|
|
|
|
{{- $currentPage := .currentPage -}}
|
|
|
|
|
{{- $isin := .isin -}}
|
|
|
|
|
<div class="has hashas">
|
2025-04-05 16:12:54 +02:00
|
|
|
|
{{- range (partial "GetIsinSections.html" .isin) -}}
|
|
|
|
|
{{- $section := . -}}
|
|
|
|
|
<div class="hassup">is in {{- partial "GetPluralSectionName.html" $section -}}⁄ </div>
|
2025-04-03 16:24:20 +02:00
|
|
|
|
<div class="afterhas">
|
|
|
|
|
{{- range $isin -}}
|
|
|
|
|
{{- $p := site.GetPage . -}}
|
|
|
|
|
{{- if eq (trim $p.FirstSection.RelPermalink "//") $section -}}
|
|
|
|
|
<div>
|
2025-04-05 16:12:54 +02:00
|
|
|
|
<a href="{{- $p.RelPermalink -}}">{{- $p.LinkTitle -}}</a>
|
2025-04-03 16:24:20 +02:00
|
|
|
|
</div>
|
|
|
|
|
{{- end -}}
|
|
|
|
|
{{- end -}}
|
|
|
|
|
</div>
|
|
|
|
|
{{- end -}}
|
|
|
|
|
</div>
|