aboutsummaryrefslogtreecommitdiffstats
path: root/templates/post_teaser.html
blob: 19a30ecfa30ca41bd75668c6e1cc7ca1307699c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<article class="post-teaser">
  <header>
    <h1><a href="/posts/{{ .id }}">{{ .title }}</a></h1>
    <div class="post-actions">
      Edit | Publish | Delete
    </div>
  </header>
  <section class="teaser">
    {{ .body }}
  </section>
</article>