2025-04-18 12:05:39 +02:00
|
|
|
{{- $currentPage := .currentPage -}}
|
|
|
|
{{- $mentioned_in := .mentioned_in -}}
|
|
|
|
{{- range $menuSection, $pagePaths := partial "GetSectionsWithPagePaths.html" $mentioned_in -}}
|
|
|
|
{{- if eq $menuSection "sections" -}}{{- continue -}}{{- end -}}
|
2025-04-20 00:01:16 +02:00
|
|
|
{{- partial "graph-menu.html" (dict "cursiveMenuPrefix" "in" "menuSection" $menuSection "pagePaths" $pagePaths) -}}
|
2025-04-18 12:05:39 +02:00
|
|
|
{{- end -}}
|