• {{ if eq .Params.featured true }} {{ end }}
    {{ if .Params.external }} {{ else }} {{ end }}
    {{ if .Params.external }} {{ .Params.title }} {{ else }} {{ .Params.title }} {{ end }}

    {{ .Params.meta_desc }}

    {{ if eq .Params.pre_recorded false }}

    {{ .Params.main.datetime }}

    {{ end }}

    {{ .Params.main.duration }}

    {{ if eq .Params.featured true }} {{ $listHeaderText := cond (eq .Params.pre_recorded true) "LATEST" "UPCOMING" }} {{ end }}