blog/src/templates/post.html

16 lines
250 B
HTML
Raw Normal View History

2024-05-22 22:17:41 -07:00
<main>
<article>
<header>
<h1>
<a href=".$url$">$title$</a>
</h1>
<div>
$date$ $if(updated)$(updated: $updated$)$endif$
</div>
</header>
<section>
$body$
</section>
</article>
</main>