{{template "_meta.html"}}
{{.Title}}
{{template "_navigation.html"}}
Posts for `{{.Tag}}`
{{range $index, $post := .Posts}}
{{.CreatedFormatted}}
{{$post.Title}}
{{if $post.Tags}}
{{range $post.Tags}}
{{.}}
{{end}}
{{end}}
{{end}}
{{if .Tags}}
All tags on site:
{{range .Tags}}
{{.}}
{{end}}
{{end}}
{{template "_footer.html"}} {{template "_includes.html"}}