summaryrefslogtreecommitdiff
path: root/template/index.tmpl
blob: d74f4156fef66d94bd5c3a8dffaaf15a9e1c9c58 (plain)
1
2
3
4
5
6
7
8
9
10
{{/* This file is combined with the root.tmpl to display the blog index. */}}

{{define "title"}}Article index{{end}}

{{define "content"}}
<section>
	<h3>{{template "title"}}</h3>
	{{template "list" .Data}}
</section>
{{end}}