{{/* This is template for hugo menus, accepts Page and Menu as context https://gohugo.io/variables/menus/ */}} {{- if .Menu -}} {{- template "book-menu-hugo" . -}} {{- end -}} {{ define "book-menu-hugo" }} {{ end }} {{ define "book-menu-title" }} {{- with .Params.BookIcon -}} {{ partial {{- end -}} {{- if .Name -}} {{- .Name -}} {{- else if .Page -}} {{- partial "docs/title" .Page -}} {{- end -}} {{ end }}