{% extends "base.html" %} {% block description %}The Tags page lists all tags used to classify the posts. Each post has at least one tag helping readers find out easily what they are looking for.{% endblock %} {% block title %}Tags — {{ SITENAME }}{% endblock %} {% block head %} {% endblock %} {% block content %}

Tags

{% endblock %}