{{ define "main" }}

Authors

{{- range .Data.Pages }} {{- $title := .Params.name }} {{- $summary := .Params.bio }} {{- with (.Resources.GetMatch "avatar") }} {{- partial "article-alt.html" (dict "image" . "alt" .Params.alt "title" $title "summary" $summary "url" (printf "/%s/%s" "authors" ($title | urlize))) }} {{- end }} {{- end }}
{{ end }}