summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 46953878b50df701413178a1663032747914ba74 (plain)
1
2
3
4
5
6
7
8
9
10
{{#articles}}
  <article>
    <h2><a href='{{url}}'>{{title}}</a></h2>
    <p>posted {{date}} by {{author}}
    {{#lead}}
      <p class=lead>{{lead}}
    {{/lead}}
  </article>
{{/articles}}