{{ define "main_class"}}{{ end}} {{ define "main_content" }}
{{ i18n "StatsBlogs" (len (where .Site.RegularPages "Section" "post")) | safeHTML }} {{ range (.Paginate (.Data.Pages.GroupByDate "2006") 15 ).PageGroups }}

{{ .Key }}

{{ partial "post_simple_list.html" . }} {{ end }}
{{ partial "pagination.html" . }} {{ end }}