{% extends "base.html" %} {% block title %}Tags — {{ site_title }}{% endblock %} {% block content %}
{% for tag in tags %} {{ tag.name }} {% empty %}
No tags yet. Tags are generated automatically when AI descriptions are enabled.
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}