{{ $heading_tag.open }} {{ partial "PrepareHTML" .Title }} {{ $heading_tag.close }} {{- range $index, $authors := .Params.Researchers -}} {{- $author := site.GetPage (printf "/persons/%s" .) -}} {{ if $author }} {{- if ne $index 0 -}},{{ end }} {{ trim $author.Title "\n" }} {{- end -}} {{- end -}} {{ .Params.authors_list }} {{ if not $inside_volume }} {{ with .Params.paper_kind }} {{ . }} {{ end }} {{ range .Params.Volumes }} {{ $volume := site.GetPage (printf "/volumes/%s" .) }} {{ if $volume }} {{ $volume.Title }} {{ end }} {{ end }} {{ end }} {{ if eq $actions true }} {{ partial "papers/actions.html" (dict "paper" . ) }} {{ end }}