about summary refs log tree commit diff
path: root/templates/post.html
blob: 30b75a10869bf891b7c2ce5900b59288e76f71d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<article>
    <section class="header">
        $if(date)$
        Posted on $date$
        $endif$
        $if(author)$
            by $author$
        $endif$
    </section>
    <section>
        $body$
    </section>
</article>