{% extends "layout/base.html" %} {% block content %}

Tags

{% for tag, count in tags.items() %} {{ tag }} ({{ count }}) {% endfor %} {% endblock content %}