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

6 lines
230 B
HTML

<div id="toasts">
<div class="toast-container position-fixed bottom-0 start-50 translate-middle-x p-3" hx-trigger="load, updated from:window, toasts from:window" hx-get="{% url 'toasts' %}" hx-swap="beforeend">
</div>
</div>