2025-04-03 16:24:20 +02:00
|
|
|
{{- $currentPage := .currentPage -}}
|
|
|
|
{{- $isin := .isin -}}
|
2025-04-18 12:05:39 +02:00
|
|
|
{{- range $menuSection, $pagePaths := partial "GetSectionsWithPagePaths.html" $isin -}}
|
|
|
|
{{- if eq $menuSection "sections" -}}{{- continue -}}{{- end -}}
|
2025-05-04 15:11:06 +02:00
|
|
|
{{- partial "graph-menu.html" (dict "cursiveMenuPrefix" "is in" "menuSection" $menuSection "pagePaths" $pagePaths "class" " backref isin") -}}
|
2025-04-18 12:05:39 +02:00
|
|
|
{{- end -}}
|