nani.wtf/src/templates/gogen.html

21 lines
369 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">
$body$
</section>
</article>
</main>