{% load theme_tags %} {% if tag_counts %} {% silk "tag_blue" %} {% for tag in tag_counts %} {{ tag.name }} ({{ tag.count }}) {% endfor %} {% endif %}