golang.org/toolchain@v0.0.1-go1.9rc2.windows-amd64/blog/template/home.tmpl (about) 1 {{/* This file is combined with the root.tmpl to display the blog home page. */}} 2 3 {{define "title"}}The Go Programming Language Blog{{end}} 4 {{define "content"}} 5 {{range .Data}} 6 {{template "doc" .}} 7 {{end}} 8 <p>See the <a href="{{.BasePath}}/index">index</a> for more articles. 9 {{end}}