blogng/templates/post.html
2017-02-01 16:38:22 +01:00

13 lines
235 B
HTML

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