cmc-sales/go-app/templates/partials/notification.html

6 lines
131 B
HTML
Raw Normal View History

2025-06-24 03:32:28 -07:00
{{define "notification"}}
<div class="notification {{.Type}}">
<button class="delete"></button>
{{.Message}}
</div>
{{end}}