{% extends "base.html" %} {% load pagination_tags %} {% block page-title %}All tags{% endblock %} {% block body-class %}{{ block.super }} static tags{% endblock %} {% block breadcrumb %}
  • All tags
  • {% endblock %} {% block content %}
    We're working on improving this section. Stay tuned!
    {% paginate %}
    {% endblock %} {% block aside-top %} {% include "snipts/tags-public.html" %} {% endblock %}