{% extends "base.html" %} {% block website_header %}Tags | {{ website_name }}{% endblock %} {% block content %}

List of tags

{% for tag, perc_size in all_tags %} {{ tag }} {% endfor %}
{% endblock %}