nani.wtf/src/templates/post.html

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>