6 lines
179 B
HTML
6 lines
179 B
HTML
|
<nav role="navigation">
|
||
|
{{ partial "book/nav-brand" . }}
|
||
|
{{ with .Site.GetPage .Site.Params.BookMenuBundle }}{{ .Content }}{{ end }}
|
||
|
{{ partial "book/nav-after" . }}
|
||
|
</nav>
|