13 lines
239 B
HTML
Raw Normal View History

2017-01-31 22:42:20 +01:00
<article class="group">
<h1>$title$</h1>
2019-08-03 15:56:12 +02:00
<div class="postmeta"><div id="date">$date$</div>
2019-01-28 16:42:01 -05:00
$if(tags)$
2019-08-03 15:56:12 +02:00
<div id="tags">Posted in $tags$</div>
2019-01-28 16:42:01 -05:00
$endif$
2019-08-03 15:56:12 +02:00
</div>
2017-02-01 15:15:18 +01:00
<section>
$body$
2017-02-01 16:38:12 +01:00
</section>
2017-01-31 22:42:20 +01:00
</article>