{{ define "title" }}Message History — {{ end }} {{ define "description" }}This page contains an archive of all messages — {{ end }} {{ define "styles" }} {{ end }} {{ define "middle" }} {{ partial "navigator-middle.html" (dict "Title" "History" "Subtitle" (partial "count-total-messages.html" .) "Icon" "arrow-left" "IconLabel" "Back" "Href" "/" "Id" "back" "Context" . ) }} {{- $author := partial "function-authors-data.html" . -}} {{ range (.Paginator.Pages.GroupByDate "2006") }} {{ range (first 1 .Pages) }}

{{ .Date.Format "2006" }}

{{ end }} {{ end }}
{{ partial "pagination.html" . }} {{ end }} {{ define "right" }} {{- partial "navigator-right.html" . -}} {{ end }}