blob: 9e633cc2bf576f47607a01f7718b224efdb52e5a (
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">
{{ .body }}
</section>
{{/ post }}
</article>
|