fradrive/templates/widgets/alerts/alerts.hamlet
2019-07-03 11:59:02 +02:00

11 lines
301 B
Plaintext

$newline never
<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}