2023-12-31 22:27:35 -06:00
|
|
|
{{define "error-toast"}}
|
2024-04-12 17:33:00 -07:00
|
|
|
<div class="error-messages__msg" open>
|
2024-04-05 15:49:19 -07:00
|
|
|
<span>{{.ErrorMsg}}</span>
|
2024-04-12 17:33:00 -07:00
|
|
|
<button class="suicide" onclick="htmx.remove('.error-messages__msg')">X</button>
|
|
|
|
</div>
|
2023-12-31 22:27:35 -06:00
|
|
|
{{end}}
|