aboutsummaryrefslogtreecommitdiffstats
path: root/templates/post_teaser.html
blob: 4d412ba3553942be9f61bbc2d1e05dca319e46bb (plain) (blame)
1
2
3
4
5
6
7
8
9
<article class="post-teaser">
  <header>
    <h1><a href="/posts/{{ .id }}">{{ .title }}</a></h1>
    {{> post_actions.html }}
  </header>
  <section class="teaser">
    {{ .body }}
  </section>
</article>