summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/nav-bundle.html
blob: 221325e93062bcc1b9969d5979e814c7cb58a005 (plain)
1
2
3
4
5
6
7
8
<nav role="navigation">
  {{ partial "docs/nav-brand" . }}
  {{ partial "docs/inject/nav-before" . }}
  {{ with .Site.GetPage .Site.Params.BookMenuBundle }}
    {{- .Content -}}
  {{ end }}
  {{ partial "docs/inject/nav-after" . }}
</nav>