{{ .Title }}
-
{{ $type := .Type }}
{{ range $key, $value := .Data.Terms.ByCount }}
{{ $name := .Name }}
{{ $count := .Count }}
{{ with $.Site.GetPage (printf "/%s/%s" $type $name) }}
-
{{ printf "(%d) %s" $count $name }}
{{ end }}
{{ end }}