{{- $taxonomy := .Taxonomy -}} {{- $context := .Context -}} {{- $limit := .Limit -}} {{ $icon := (index site.Params.taxonomies.icons $taxonomy) | default "tags" }}
{{ partial "icon.html" $icon }}

{{ T (printf "taxonomies.%s" $taxonomy) | safeHTML }}