kompact-io-landing/templates/post.html

20 lines
293 B
HTML

<article class="mx-auto px-4 max-w-prose">
<section class="header">
<h1>
$title$
</h1>
$if(date)$
<p>
Posted on $date$
</p>
$endif$
$if(author)$
<p>
by $author$
</p>
$endif$
</section>
<section>
$body$
</section>
</article>