{% load heroicons static %} {% comment %} How this works: - A htmx response responds with either "showMessage" or "messages" "HX-Trigger" event. - htmx traps the event and create another event for the toast layer. - The toast layer listens to the event and adds the toast to the list. {% endcomment %}