nani.wtf/www/templates/gogen.html
h7x4 dcdf36f4dd
Revamp:
- Switch from `cabal2nix` and haskell overlay to `developPackage`
- Restructure directories to have more descriptive names
- Fix `nix run`
2023-03-11 16:56:32 +01:00

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>