{{/* This file is combined with the root.tmpl to display the blog index. */}} {{define "title"}}Article index{{end}} {{define "content"}}

{{template "title"}}

{{range .Data}} {{end}}
{{.Title}} {{with .Tags}}
{{range .}}{{.}} {{end}}{{end}}
{{end}}