{% extends "base.html" %} {% load static %} {% block heading %}

Tag Tags

Public objects can be tagged

{%endblock%} {% block content %} {% if object_list %}
All tags
{% for tag in object_list %} {{ tag.slug }} {% endfor %} {% else %}

No tags defined yet

{% endif %} {% endblock %}