fradrive/templates/default-layout.hamlet
2018-03-29 22:12:47 +02:00

23 lines
506 B
Plaintext

<!-- navigation -->
^{navbar}
<div .main>
<!-- secondary navigation at the side -->
^{asidenav}
^{modal ".toggler" "<h2>Neue Veranstaltung</h2><br>Erstelle eine neue Veranstaltung! Jetzt und hier. Kostenlos."}
<div .main__content>
<!-- alerts -->
$forall (status, msg) <- mmsgs
$with status2 <- bool status "info" (status == "")
<div class="alert alert-#{status2}">#{msg}
<!-- prime page actions -->
^{pageactionprime}
<!-- actual content -->
^{widget}