cmc-sales/go-app/templates/partials/notification.html
2025-06-24 20:32:28 +10:00

6 lines
131 B
HTML

{{define "notification"}}
<div class="notification {{.Type}}">
<button class="delete"></button>
{{.Message}}
</div>
{{end}}