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