{{- define "title" -}}Authors — {{ end -}}
{{- define "description" -}}A list of all authors — {{ end -}}
{{- define "styles" -}}
{{- end -}}
{{- define "header" -}}
{{- partial "navigator-middle.html"
(dict
"Title" "Authors"
"Subtitle" (print (partial "count-authors.html" .) " " "Total")
"Icon" "arrow-left"
"IconLabel" "Back"
"Href" ("" | relURL)
"Id" "back"
"Context" .
)
-}}
{{- end -}}
{{- define "middle" -}}
{{- partial "generate-authors" . -}}
{{- partial "author-data.html"
(dict
"Context" .
"Authors" (partial "function-authors-slice.html" .)
)
-}}
{{- end -}}
{{- define "right" -}}
{{- partial "navigator-right.html" . -}}
{{- end -}}