{{ if isset .Site.Params "featured" }} {{ if .Site.Params.featured.enable }}

Featured

{{ $keynotes := where .Site.Pages ".Params.track" "Keynotes" }} {{ $tracks := where (where .Site.Pages ".Params.type" "track") ".Params.featured" true }} {{ $participants := where (where .Site.Pages ".Params.type" "participant") ".Params.featured" true}} {{ partial "featured/card.html" (dict "name" "keynotes" "elements" $keynotes "this" . "all" "/tracks/keynotes/")}} {{ partial "featured/card.html" (dict "name" "track" "elements" $tracks "this" . "all" "/tracks/")}} {{ partial "featured/card.html" (dict "name" "participants" "elements" $participants "this" . "all" "/participant/")}}
{{ end }} {{ end }}