{{- $authors := partial "function-authors-slice.html" . -}} {{- range $author := first 3 (shuffle $authors) -}} {{- $data := index $.Site.Data $author | default "default" -}} {{- $date := (index (first 1 (where $.Site.Pages.ByDate.Reverse "Section" $author)) 0).Date -}} {{- partial "author-card.html" (dict "Data" $data "Date" $date ) -}} {{- end -}}