blob: 0db8981dc5359d5112455633847d4612ac3631ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<article class="post-teaser">
{{# post. }}
<header>
<h1>{{ .title }}</h1>
{{> post_actions.html }}
</header>
<section class="teaser">
{{{ rendered_body() }}}
</section>
{{/ post }}
</article>
|