miti.sh/templates/post.html

17 lines
223 B
HTML

$wrap{"blog"}
<article>
<header>
<div>
<h2>$(title or id)</h2>
<time>$publish_date</time>
</div>
</header>
$body
<div class="mt-16">
<a href="/posts">Back to posts</a>
</div>
</article>