mirror of
https://github.com/DJSundog/wg-portal.git
synced 2024-11-12 17:58:38 -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}} |