{{- define "title" -}} {{- .Params.Title | default (T .Data.Plural) | default .Data.Plural | dict "Some" | T "allSome" }} - {{ .Site.Title -}} {{- end -}} {{- define "content" -}} {{- $taxonomies := .Data.Plural -}}
{{- /* Title */ -}}

{{- .Params.Title | default (T $taxonomies) | default $taxonomies | dict "Some" | T "allSome" }} {{- len .Data.Terms.ByCount -}}

{{- /* Render miscellaneous terms */ -}} {{- .Render (add "terms/" $taxonomies) -}}
{{- end -}}