summaryrefslogtreecommitdiff
path: root/template/index.tmpl
blob: 2e7f2cc2e2cabd5a321ba14b81cbcd0049461652 (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>
	<h2>{{template "title"}}</h2>
	{{template "list" .Data}}
</section>
{{end}}