Back to Watermill

Section Menu

docs/layouts/partials/sidebar/section-menu.html

1.5.1284 B
Original Source

{{- with site.Menus.sidebar }} {{ partial "sidebar/render-section-menu.html" (dict "currentPage" $ "nodes" .) }} {{- else }} {{- with (.Site.GetPage "section" .Section).Sections }} {{ partial "sidebar/render-section-menu.html" (dict "currentPage" $ "nodes" .) }} {{- end }} {{- end }}