Files
nani.wtf/www/templates/post.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

17 lines
302 B
HTML

<main>
<article>
<header class="header">
<h1>$title$</h1>
<div>
<small>$date$</small>
$if(updated)$
<small>(updated: $updated$)</small>
$endif$
</div>
</header>
<section class="content">
$body$
</section>
</article>
</main>