{{ define "title" }}{{ .Title }} - {{ .Site.Title }}{{ end }} {{ define "content" }} {{ $taxonomy := .Data.Singular }} {{ $taxonomyName := $taxonomy }} {{ if eq $taxonomy "tag"}} {{ $taxonomyName = (T "tag") }} {{ else if eq $taxonomy "category"}} {{ $taxonomyName = (T "category") }} {{ end }}