5 lines
169 B
Cheetah
5 lines
169 B
Cheetah
|
{{define "content"}}
|
||
|
{{with .Posts}}
|
||
|
{{range .}}
|
||
|
<article class="post">{{template "post" .}}</article>{{else}}<div><strong>no posts</strong></div>{{end}}{{end}}{{end}}
|