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