htmx-patterns/templates/toast/toast-message.html
Waylon S. Walker e181f57a91 wip
2024-12-11 09:17:38 -06:00

9 lines
260 B
HTML

<div
class='text-terminal-500 font-extralight text-center text-3xl my-2 bg-terminal-950 ring-5 ring-terminal-500 rounded-lg px-4 py-2'
hx-delete="{{ url_for('null') }}"
hx-trigger='load delay:5s'
hx-swap='outerHTML'
>
{{ message }}
</div>