16 lines
285 B
HTML
16 lines
285 B
HTML
<article>
|
|
<section class="header">
|
|
Posted on $date$
|
|
<br />
|
|
$if(tags)$
|
|
Tags: $tags$
|
|
$endif$
|
|
<br />
|
|
$if(author)$
|
|
by $author$
|
|
$endif$
|
|
</section>
|
|
<section>
|
|
$body$
|
|
</section>
|
|
</article>
|