{{ define "main" }}

{{ .Title }}

{{ $p := .Paginate (.Pages.ByDate.Reverse.GroupByDate "January 2006") }}
{{ range $p.PageGroups }}
{{ .Key }}
{{ range .Pages }}

{{ .Title | markdownify }} {{- if .Description -}}
{{- .Description | markdownify -}} {{- end -}}

{{ end }} {{ end }}
{{ end }}