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