From 0ee9872fcd5cf9023cb43a68faf67203cbe81295 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 8 Mar 2013 09:22:40 +1100 Subject: go.blog: blog server R=golang-dev, dsymonds, r CC=golang-dev https://golang.org/cl/7382064 --- template/home.tmpl | 9 +++++++++ 1 file changed, 9 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..cda32d7 --- /dev/null +++ b/template/home.tmpl @@ -0,0 +1,9 @@ +{{/* This file is combined with the root.tmpl to display the blog home page. */}} + +{{define "title"}}The Go Programming Language Blog{{end}} +{{define "content"}} + {{range .Data}} + {{template "doc" .}} + {{end}} +

See the index for more articles. +{{end}} -- cgit v1.2.3