wg-portal/assets/tpl/prt_flashes.html

5 lines
133 B
HTML
Raw Normal View History

2020-11-10 16:23:05 -05:00
{{range $flash := $.Alerts}}
<div class="alert alert-{{$flash.Type}}" role="alert">
{{$flash.Message}}
</div>
{{end}}