{{ define "styles" }} {{ end }} {{ define "middle" }} {{- $terms := print (lang.FormatNumberCustom 0 (len .Data.Pages)) " " "Messages" -}} {{ partial "navigator-middle.html" (dict "Title" (print "#" .Title) "Subtitle" $terms "Icon" "arrow-left" "IconLabel" "Back" "Href" "/" "Id" "back" "Context" . ) }} {{ range .Paginator.Pages }} {{ .Render "summary" }} {{ end }} {{ partial "pagination.html" . }} {{ end }} {{ define "right" }} {{- partial "navigator-right.html" . -}} {{ end }}