Episodes Featuring {{ .Title }} {{ with .Params.Pronouns }}({{ . }}){{ end }}
{{- with .Params.guest_group -}}
{{- range where $.Site.Pages "Params.guest_group" . -}}
{{- $.Scratch.Add "guest-names" (slice .File.BaseFileName) -}}
{{- end -}}
{{- else -}}
{{- with .Params.Aka -}}
{{- $.Scratch.Add "guest-names" (slice $.File.BaseFileName) -}}
{{- range $names := . -}}
{{- if ne $names $.File.BaseFileName }}
{{- $.Scratch.Add "guest-names" (slice $names) -}}
{{- end -}}
{{- end -}}
{{- else -}}
{{ $.Scratch.Set "guest-names" (slice .File.BaseFileName) }}
{{- end -}}
{{- end -}}