1
0
mirror of https://github.com/DJSundog/wg-portal.git synced 2025-02-19 00:53:45 -05:00

5 lines
133 B
HTML
Raw Normal View History

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