{{ if .Param "debug" }} {{ .Kind }}
{{ $test := index .Pages 0 }}

{{ printf "%#T" $test.Params.mydates }}

{{ printf "%#v" $test.Params.mydates }}

{{ $grouped := .Data.Pages.GroupByParamDate "mydates" "2006-01-02" }} {{ $sorted := sort $grouped "Key" "asc" }}

Grouped {{ len $sorted }} pages by key

{{ range $sorted }}
Group Key: {{ .Key }}
{{end}} {{ end }}
{{partial "sidebar/markup" .}}