{{- $tags := .Site.Taxonomies.tags }} {{- if gt (len $tags) 0 }}

{{ T "tags_title" }}

{{- range $name, $taxonomy := $tags }} {{- with $.Site.GetPage (printf "/tags/%s" $name) }} {{- .Title -}}{{- if .Site.Params.widgets.tags_counter }} ({{ $taxonomy.Count }}){{ end -}} {{- end }} {{- end }}
{{- end }}