{{ $data := (newScratch) }} {{ $authors := slice }} {{ ($data.Add "authors" (slice)) }} {{ range (.GetTerms "authors") }} {{ ($data.Add "authors" (partial "seo/schema/function/person" .)) }} {{ end }} {{ $authors = ($data.Get "authors") }} {{ return ($authors) }}