mirror of
https://github.com/DJSundog/wg-portal.git
synced 2025-02-11 21:23:45 -05:00
5 lines
133 B
HTML
5 lines
133 B
HTML
|
{{range $flash := $.Alerts}}
|
||
|
<div class="alert alert-{{$flash.Type}}" role="alert">
|
||
|
{{$flash.Message}}
|
||
|
</div>
|
||
|
{{end}}
|