SandpointsTheme/layouts/partials/menu_mentioned_in.html
2025-05-04 15:11:06 +02:00

6 lines
398 B
HTML

{{- $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" "in" "menuSection" $menuSection "pagePaths" $pagePaths "class" " backref mentioned") -}}
{{- end -}}