{{ define "styles" }} {{ end }} {{ define "middle" }} {{- $messages := print (lang.FormatNumberCustom 0 .Paginator.TotalNumberOfElements) " " "Messages" -}} {{- $author := partial "function-authors-data.html" . -}} {{ partial "navigator-middle.html" (dict "Title" $author.name "Subtitle" $messages "Icon" "arrow-left" "IconLabel" "Back" "Href" "/" "Id" "back" "Context" . ) }} {{ partial "author-section-picture.html" . }} {{ partial "profile.html" . }} {{ range .Paginator.Pages }} {{ .Render "summary" }} {{ else }} {{ end }} {{ partial "pagination.html" . }} {{ end }} {{ define "right" }} {{- partial "navigator-right.html" . -}} {{ end }}