SandpointsTheme/layouts/partials/menu_mentioned_in.html

7 lines
379 B
HTML
Raw Normal View History

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 -}}
{{- partial "graph-menu.html" (dict "cursiveMenuPrefix" "mentioned in" "menuSection" $menuSection "pagePaths" $pagePaths) -}}
{{- end -}}