{% extends 'shutter/base.html' %} {% block content %}

{{ user }}

Tag Count

    {% for tag in tags %}
  1. [{{ tag.count }}] - {{ tag.description }}
  2. {% endfor %}
{% endblock content %}