{{ define "main" }}
{{ partial "blog_header.html" . }}
{{ .Content }} {{ $posts := ( where ( where .Site.RegularPages "Section" "posts" ) "Title" "ne" "" ) }} {{ range $posts.GroupByDate "2006" }}

{{ .Key }}

{{ end }}
{{ end }}