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

{{define "title"}}dim13{{end}}

{{define "content"}}
	{{range .Data}}
	{{template "doc" .}}
	{{end}}
	<p>See the <a href="{{.BasePath}}/index">index</a> for more articles.</p>
{{end}}