{{ range .GetTerms "authors" }} {{ $person := site.GetPage (printf "persons/%s" .Slug) }}
  • {{ safeHTML .Params.summary }}
    {{ if and $person $person.Params.image }}
    {{ partial "commons/image.html" (dict "image" $person.Params.image )}}
    {{ end }}
  • {{ end }}