{% for notification in notifications %} {% include "htmx/notify/item.html" with notification=notification%} {% empty %}
No new notifications
{% endfor %} {% include "htmx/notify/indicator.html" %}