summaryrefslogtreecommitdiffstats
path: root/templates/post.html
blob: 80d02912c7949a14df2da35925c4e31df09598b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<article>
  <hr>
  <br>
  <section class="header">
    <h1>$title$</h1>
    <span style="float: right;">$date$</span>
  </section>
  <br>
  <br>
  <section>
    $body$
  </section>
</article>