{{- define "title" }} {{- T .Section | default .Section | printf (T "allSome") }} | {{ .Site.Title -}} {{- end -}} {{- define "content" -}}
{{- /* Title */ -}}

{{- T .Section | default .Section | humanize | printf (T "allSome") -}}

{{- /* Paginate */ -}} {{- $pages := .Pages.GroupByDate "2006" -}} {{- range (.Site.Params.section.paginate | default .Site.Params.paginate | .Paginate $pages).PageGroups -}}

{{ .Key }}

{{- range .Pages -}}
{{- .Title -}} {{- .Date.Format ($.Site.Params.section.dateFormat | default "01-02") -}}
{{- end -}} {{- end -}} {{- partial "paginator.html" . -}}
{{- end -}}