2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-04 20:53:24 +00:00
2022-07-09 12:57:55 -04:00

11 lines
327 B
HTML

<div class="alert alert-warning d-flex align-items-center" role="alert">
<svg class="bi flex-shrink-0 me-2" width="24" height="24" role="img" aria-label="Warning:"><use xlink:href="#exclamation-triangle-fill"/></svg>
<div>
{{ if .IsNamedParams }}
{{ .Get "msg" }}
{{ else }}
{{ .Get 0 }}
{{ end }}
</div>
</div>