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