blogng/templates/post.html

8 lines
139 B
HTML
Raw Normal View History

2017-01-31 22:42:20 +01:00
<article class="group">
<h1>$title$</h1>
<p class="subtitle">$date$</p>
2017-02-01 15:15:18 +01:00
<section>
$body$
</section>
2017-01-31 22:42:20 +01:00
</article>