blogng/templates/post.html
2017-02-01 11:52:12 +01:00

7 lines
103 B
HTML

<article class="group">
<h1>$title$</h1>
<p class="subtitle">$date$</p>
$body$
</article>