{{ define "title" }}{{ .Title }} - {{ .Site.Title }}{{ end }} {{ define "content" }} {{ $taxonomy := .Data.Singular }} {{ $taxonomysName := $taxonomy }} {{ if eq $taxonomy "tag"}} {{ $taxonomysName = (T "tags") }} {{ else if eq $taxonomy "category"}} {{ $taxonomysName = (T "categories") }} {{ end }} {{ $terms := .Data.Terms.ByCount }} {{ $length := len $terms }} {{ $type := .Type }}