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

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