26 lines
585 B
Plaintext
26 lines
585 B
Plaintext
<!-- navigation -->
|
|
^{navbar}
|
|
|
|
<div .main>
|
|
|
|
<!-- secondary navigation at the side -->
|
|
^{asidenav}
|
|
|
|
<div .main__content>
|
|
|
|
<!-- alerts -->
|
|
$forall (status, msg) <- mmsgs
|
|
$with status2 <- bool status "info" (status == "")
|
|
<div class="alert alert-#{status2}">#{msg}
|
|
|
|
<!-- workaround for pageactionprime not visible inside of ^{widget}. see terms.hamlet-->
|
|
<h1>
|
|
#{fromMaybe "default headline" contentHeadline}
|
|
<!-- maybe #{pageTitle pc} ? -->
|
|
|
|
<!-- prime page actions -->
|
|
^{pageactionprime}
|
|
|
|
<!-- actual content -->
|
|
^{widget}
|