Files
cv-site/templates/partials/widgets/error-toast.html
T

10 lines
384 B
HTML
Raw Normal View History

2025-11-12 18:26:18 +00:00
{{define "error-toast"}}
<!-- Error Toast -->
<div id="error-toast" class="error-toast no-print" role="alert" aria-live="assertive" style="display: none;">
<span class="error-icon">⚠️</span>
<span id="error-message"></span>
<button aria-label="Close error message" class="error-close"
_="on click remove .show from #error-toast">×</button>
2025-11-12 18:26:18 +00:00
</div>
{{end}}