nani.wtf/src/templates/gogen.html

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>