Newer
Older
wg-portal / assets / tpl / prt_flashes.html
@Christoph Haas Christoph Haas on 11 Nov 2020 133 bytes many small improvements
{{range $flash := $.Alerts}}
    <div class="alert alert-{{$flash.Type}}" role="alert">
        {{$flash.Message}}
    </div>
{{end}}