{% if active_tags is defined and active_tags %}
🔍 Showing articles matching {% for t in active_tags %}{{ t }}{% if not loop.last %} + {% endif %}{% endfor %} ✕ show all
{% endif %} {% if articles %} {% for a in articles %}
{{ a.title }}
{% for tag in a.tags|sort %} {{ tag }} {% endfor %}
{% endfor %} {% else %} {% if active_tags is defined and active_tags %}
No articles found matching all selected tags
{% else %}
No articles classified — use the form or run seed.py
{% endif %} {% endif %}