{{ define "content"}}
{{ if eq .Data.Singular "category" }}

共有{{ len .Data.Terms }}个分类

{{ else if eq .Data.Singular "tag" }}

共有{{ len .Data.Terms }}个标签

{{ end }}
{{ range .Data.Terms.ByCount }}

{{ .Term }} ({{ .Count }})

{{ end }}
{{ end }}