{{ if ne .context.Content "" }} {{ partial "snippets/content" (dict "content" .context.Content) }} {{ end }}
{{ partial "debug" (dict "context" . "caller" "archive.html" )}} {{ $prev := 3000}} {{range where site.RegularPages "Type" "in" site.Params.searchSections }} {{ $date := .Date }} {{ if gt $prev ($date.Format "2006") }}

{{ $date.Format "2006" }}

{{end}}
{{- $date.Format "02" }}. {{ if $date.Format "Jan" | i18n }}{{ $date.Format "Jan" | i18n -}}{{- else -}} {{- $date.Format "Jan" -}}{{- end }} {{ $date.Format "2006" }}
{{ $prev = $date.Format "2006"}} {{end}}