takunomi-blog/templates/blog_roll.tmpl

7 lines
258 B
Cheetah

{{define "content"}}
{{with .Posts}}
{{range .}}
<article class="post">{{template "post" .}}</article>{{else}}<div><strong>no posts</strong></div>{{end}}{{end}}
<article class="post bottomMenu"><a class="bottomMenuElement" href="/">Return</a></div>
{{end}}