From 1ca0e11c15d4b5692b9b95c660689fd245ee66bd Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 6 Apr 2015 14:59:25 +0200 Subject: Add templates --- template/home.tmpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 template/home.tmpl (limited to 'template/home.tmpl') 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}} + +{{end}} -- cgit v1.2.3