Files
WYGIWYH/app/templates/includes/toasts.html
2025-11-01 03:15:44 -03:00

6 lines
200 B
HTML

<div id="toasts">
<div class="toast toast-top toast-end toast-container" hx-trigger="load, updated from:window, toasts from:window" hx-get="{% url 'toasts' %}" hx-swap="beforeend">
</div>
</div>