Back to Distribution

{{

docs/themes/hugo-geekdoc/layouts/_default/baseof.html

3.1.1289 B
Original Source

{{ if $navEnabled }} {{ end }} {{ template "main" . }} {{ $showPrevNext := (default true .Site.Params.geekdocNextPrev) }} {{ if $showPrevNext }} {{ if .Site.Params.geekdocMenuBundle }} {{ partial "menu-bundle-np" . }} {{ else }} {{ partial "menu-filetree-np" . }} {{ end }} {{ end }}