about summary refs log tree commit diff
path: root/templates/post.html
blob: 732149bcfcbabed589e94476eadfaddd9a88da29 (plain) (blame)
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>