{% extends "base.html" %} {% block title %}Tags{% endblock %} {% block content %} Tags {% for tag in tag_index %} {{ tag }}({{ tags[tag].count }}) {% endfor %} {% endblock %}