fradrive/templates/widgets/alerts/alerts.hamlet
2019-04-10 20:19:49 +02:00

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}