{% extends "base.html" %} {% block content %}
{% if tags %}
{% for tag in tags %} {% endfor %}
{% else %}

No tags found.

{% endif %}
{# styles moved to components/tags.css #} {% endblock %}