{{template "header" .}}
{{template "navbar" .}}
{{.Cont.Subject}}
{{.Cont.TextHTML}}
{{range .ContListByDate}} {{if and (.BlogPost) (not .Archived)}}
{{.Title}}
{{.Subject}}
Posted by
{{.Author}}
on {{.CreateDate.Format "Jan 2, 2006"}}
{{end}} {{end}}
Older Posts →
{{template "footer"}}