{% extends "base.html" %} {% block title %}Tags{%endblock%} {% block content %}

Tags

{% for tag, articles in tags|sort %} {{ tag }}  {{ articles|count }} {% endfor %}

{% endblock content %}