{{ define "main" }}

{{ .Title }}

{{ .Content }}
{{ range $taxonomyname, $taxonomy := .Site.Taxonomies }} {{ with $taxonomy }} {{ end }} {{ end }}
{{ $taxonomyname | strings.FirstUpper }} {{ range $key, $value := $taxonomy }} {{ partial "term-link.html" (dict "name" $value.Page.Title "taxonomy" $taxonomyname) }} {{ end }}
{{ end }}