summaryrefslogtreecommitdiff
path: root/template/home.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/home.tmpl')
-rw-r--r--template/home.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/home.tmpl b/template/home.tmpl
new file mode 100644
index 0000000..5b6867d
--- /dev/null
+++ b/template/home.tmpl
@@ -0,0 +1,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}}