nani.wtf/src/templates/post.html

19 lines
306 B
HTML
Raw Normal View History

2020-09-22 04:03:52 +02:00
<main>
<article>
<header>
<h1>
<a href=".$url$">$title$</a>
2020-09-22 04:03:52 +02:00
</h1>
<div>
<small>$date$</small>
$if(updated)$
<small>(updated: $updated$)</small>
$endif$
</div>
</header>
<section>
$body$
</section>
</article>
</main>