mirror of
https://github.com/dnote/dnote
synced 2026-03-17 07:55:50 +01:00
8 lines
269 B
Text
8 lines
269 B
Text
{{define "alert"}}
|
|
{{if .}}
|
|
<div class="alert alert-{{.Level}} alert-dismissible" role="alert">
|
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
{{.Message}}
|
|
</div>
|
|
{{end}}
|
|
{{end}}
|