{{/* This file is combined with the root.tmpl to display the blog index. */}}
{{define "title"}}Article index - The Go Blog{{end}}
{{define "content"}}
Article index
{{range .Data}}
{{.Title}} {{.Time.Format "2 January 2006"}}
{{with .Tags}}{{range .}}{{.}} {{end}}{{end}}