blogng/templates/post.html
2019-01-28 16:42:01 -05:00

13 lines
191 B
HTML

<article class="group">
<h1>$title$</h1>
<p class="subtitle">$date$
$if(tags)$
, posted in $tags$
$endif$
</p>
<section>
$body$
</section>
</article>