10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
<div #alerts-1 .alerts uw-alerts>
|
|
<div .alerts__toggler>
|
|
$forall (status, msg) <- mmsgs
|
|
$with status2 <- bool status "info" (status == "")
|
|
<div .alert.alert-#{status2}>
|
|
<div .alert__closer>
|
|
<div .alert__icon>
|
|
<div .alert__content>
|
|
#{msg}
|