h7x4
dcdf36f4dd
- Switch from `cabal2nix` and haskell overlay to `developPackage` - Restructure directories to have more descriptive names - Fix `nix run`
27 lines
596 B
HTML
27 lines
596 B
HTML
<main>
|
|
<article>
|
|
<header class="header">
|
|
<h1>$titleHtml$</h1>
|
|
<div>
|
|
$if(updated)$
|
|
<small>(updated: $updated$)</small>
|
|
$endif$
|
|
</div>
|
|
$if(alternatives)$
|
|
<div>
|
|
$alternatives$
|
|
</div>
|
|
$endif$
|
|
</header>
|
|
<section class="content">
|
|
$if(notFinishedYet)$
|
|
<div class="d-flex justify-content-center">
|
|
<aside class="alert alert-warning"><strong>NOTE:</strong> This page might not be complete just yet.</aside>
|
|
</div>
|
|
$endif$
|
|
|
|
$body$
|
|
</section>
|
|
</article>
|
|
</main>
|