6 lines
372 B
HTML
6 lines
372 B
HTML
{{- $currentPage := .currentPage -}}
|
|
{{- $isin := .isin -}}
|
|
{{- range $menuSection, $pagePaths := partial "GetSectionsWithPagePaths.html" $isin -}}
|
|
{{- if eq $menuSection "sections" -}}{{- continue -}}{{- end -}}
|
|
{{- partial "graph-menu.html" (dict "cursiveMenuPrefix" "is in" "menuSection" $menuSection "pagePaths" $pagePaths "class" " backref isin") -}}
|
|
{{- end -}}
|