summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/menu-bundle.html
blob: 5d90bbf919a57a506ee3f571b1e94871786a47f8 (plain)
1
2
3
4
5
6
7
{{- template "hrefhack" . -}}
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}
  {{- .Content -}}
{{ end }}
{{ if .Site.Params.BookEnableJS }}
  {{- template "jsmenu" . -}}
{{ end }}