23 lines
506 B
Plaintext
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}
|