aboutsummaryrefslogblamecommitdiff
path: root/site/templates/post.html
blob: 428ebff0c06ab884e0454285b7bb3bd4ac9260d5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                          
<article>
  <section class="header">
    Posted on $date$
    $if(author)$
    by $author$
    $endif$
  </section>
  <section>
    $body$
  </section>
</article>