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

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

{{- /* Paginate */ -}} {{- range (.Paginate (.Pages.GroupByDate "2006")).PageGroups -}}

{{ .Key }}

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