{% extends "base.html" %} {% block page_title %}Tag cloud{% endblock %} {% block page_description %}List of all tags.{% endblock %} {% block content %}

All tags

{% if not tags %}
Perhaps you need to write something or add tags to your posts. {% endif %} {% endblock %}