{{- define "styles" -}} {{- end -}} {{- define "header" -}} {{- partial "navigator-middle.html" (dict "Context" . "IconLabel" "Back" "Id" "back" "Title" "Tags" "Icon" "arrow-left" "Subtitle" (print (partial "count-tags.html" .) " " "Total") "Href" (or (and (gt .Paginator.PageNumber 1) (.Paginator.Prev.URL | absURL)) "/") ) -}} {{- end -}} {{- define "middle" -}} {{- range .Paginator.Pages -}} {{- $count := lang.FormatNumberCustom 0 (len .Data.Pages) -}} {{- $title := lower .Title -}} {{- range first 1 .Pages -}} {{- $author := partial "function-authors-data.html" . -}} {{- end -}} {{- end -}} {{- end -}} {{- define "footer" -}} {{- partial "pagination.html" . -}} {{- partial "footer.html" . -}} {{- end -}} {{- define "right" -}} {{- partial "navigator-right.html" . -}} {{- end -}}