{{- range where .this.Site.Pages ".Params.type" "!=" "outcome" }} {{if in (index .Params $.field) $.name}} {{.Params.title}} {{ .Params.type }} {{ with (eq $.field "organizers") }} organiser {{ end }} {{ with (eq $.field "participants") }} participant {{ end }} {{end }} {{ end }}