nani.wtf/www/templates/blogpost.html
h7x4 44697feb49
Split default.html into several templates:
default.html now consists of `navbar.html` `head.html` and
  `default.html`
2023-03-12 22:26:50 +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>