summaryrefslogtreecommitdiff
path: root/templates/article.html
blob: d8b5b4b03020825950627dfb503f112698756a4f (plain)
1
2
3
4
5
6
7
8
9
<article>
  <h2>{{title}}</h2>
  <p>posted {{date}} by {{author}}
  {{#lead}}
    <p class=lead>{{lead}}
  {{/lead}}
  {{&text}}
</article>