{{- if eq .Kind "term" -}} {{- ( ( i18n .Data.Singular 1 ) | default .Data.Singular ) -}} {{- print ": " -}} {{- end -}} {{- if eq .Kind "taxonomy" -}} {{- ( ( i18n .Data.Singular 2 ) | default .Title ) -}} {{- else if eq .Data.Singular "author" -}} {{- partial "data/author/displayName" . -}} {{- else -}} {{- .Title -}} {{- end -}}

{{ partial "header/description" . }}