{{ range .titles }} {{ $title := .}} {{ $matches := where (where $.this.Site.Pages ".Params.title" $title) ".Params.type" "!=" "outcome" }} {{ if $matches }} {{ $page := (index $matches 0) }} {{$page.Params.title}} {{ $page.Params.description }} {{ $page.Params.type }} {{ if ne $page.Params.type "track" }}{{ $page.Params.when_day }}{{ end }} {{ if ne $page.Params.type "track" }}{{ $page.Params.when_time }}{{ end }} participant {{ else }} {{ partial "icons/question-sign.html" $title }} {{ end }} {{ end }}