{% extends base_generic %} {% load static %} {% block content %}

{{tags_title}}

{% if content_list %} {% for tag in content_list %} #{{tag.tag}}, {% endfor %} {% else %} No tags {% endif %}
{% endblock %}