{% extends "base.html" %} {% block title %} Tags {% endblock %} {% load custom_filters %} {% load static %} {% block content %}
Furaffinity's Tag list:
{% if list_tags %} {% for tag in list_tags %} {{ tag.tag|capfirst }} {% endfor %} {% else %} This submission has no tags {% endif %}
{% comment %}
Tags: {% for tag in list_tags %} {{ tag.name }} {% endfor %}
{% else %}

No tags available.

{% endcomment %}

Links:

{% endblock %}