{{ $ := .root }} {{ $page := .page }}

{{ with $page.Title }}{{ . | markdownify }}{{ end }}

{{ with $page.Params.subtitle }}

{{ . | markdownify }}

{{ end }}
{{ with $page.Content }}

{{ . | markdownify }}

{{ end }} {{ range (sort (where (where $.Site.RegularPages "Type" "talk") ".Params.featured" true) ".Params.time_start" "desc") }} {{ if eq $page.Params.view 1 }} {{ partial "talk_li_list" . }} {{ else if eq $page.Params.view 3 }} {{ partial "talk_li_card" . }} {{ else }} {{ partial "talk_li_compact" . }} {{ end }} {{ end }}