Coincident tags for {{ tagName }}

{% for keyName, tagCounts in tags.iteritems() %}

{{ keyName }}

{%- for value, count in tagCounts|dictsort(true, 'value')|reverse %} {%- endfor %}
ValueCount
{{ value }}{{ count }}
{% endfor %}