summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/menu.html
blob: 9a788b8eb172e202d7e039fe706c638a639a0e98 (plain)
1
2
3
4
<!-- {{- $menuID := .Get 0 }} -->
{{- $caption := .Inner }}
{{ partial "menu.html" (dict "menuID" $menuID "page" $.Page ) }}