blob: 482cf732374574db9b14e6382424f2ccaf5ebbeb (
plain) (
tree)
|
|
<article class="post-teaser">
<header>
<h1><a href="/posts/{{ .id }}">{{ .title }}</a></h1>
<div class="post-actions">
<a href="/posts/{{ .id }}/edit">Edit</a> |
Publish |
<a href="/posts/{{ .id }}/delete">Delete</a>
</div>
</header>
<section class="teaser">
{{ .body }}
</section>
</article>
|