blogng/templates/post.html

7 lines
103 B
HTML
Raw Normal View History

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