summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: c275df3e1a0dcad0bac34a88ef9a07c5e2726d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{#articles}}
  <article>
    <header>
      <h2><a href='{{url}}'>{{title}}</a></h2>
      <p>posted {{date}}, by {{author}}
    </header>
    {{&text}}
  </article>
{{/articles}}

{{#next}}
<p><a href='{{archive}}#{{slug}}'>More</a>
{{/next}}