{{- define "main" -}}

{{- i18n "archives" | safeHTML -}}

{{- $postCount := len (where .Site.RegularPages "Section" "!=" "") -}}

{{ i18n "archives-count" }}{{- $postCount -}}

{{- with .Site.GetPage "Type" "post" -}} {{- range (.Site.RegularPages.GroupByDate "2006") -}} {{- if (gt .Key 2016) -}}

{{- .Key -}}

{{- end -}} {{- end -}} {{- end -}}
{{- end -}}