{# Container for the tags partial, needed for HTMX swapping #}
{# Display Existing Tags #} {% for t in tags %}
{# Tag Name (Clickable to filter) #} {{ t.tag_name }} {# Delete Button #} {# Pass context if needed by backend #}
{% endfor %} {# Add Tag Section - Initially Hidden Button, reveals Form #}
{# Show Add Button #} {# Add Tag Form (Initially Hidden) #}