{{ define "styles" }} {{ end }} {{ define "middle" }} {{- $title := .Title -}} {{- $author := partial "function-authors-data.html" . -}} {{ if eq .Title "Tags" }} {{- partial "navigator-middle.html" (dict "Title" "Tags" "Subtitle" (partial "count-tags.html" .) "Icon" "arrow-left" "IconLabel" "Back" "Href" "/" "Id" "back" "Context" . ) -}} {{- $page := 1 -}} {{- $count := 0 -}} {{ range .Paginator.Pages }} {{ $title := lower .Title }}

#{{ .Title }}

{{ end }} {{ partial "pagination.html" . }} {{ end }} {{ end }} {{ define "right" }} {{- partial "navigator-right.html" . -}} {{ end }}