{{ define "main" }}

{{ .Title }}

{{ with .Params.description }}
{{ . | markdownify }}
{{ end }} {{ if (and (not .Params.hide_readingtime) (.Site.Params.ui.readingtime.enable)) }} {{ partial "reading-time.html" . }} {{ end }} {{ if eq .Params.linkTitle "Videos" }}
{{- if .Pages -}} {{ $pag := .Paginate ($.Pages.GroupByDate "2006")}} {{ range $pag.PageGroups }}

{{ .Key }}

    {{ range where .Pages "Params.featured" "!=" true }}
  • {{ .Title }}

    {{ .Params.conference}} {{ .Date.Format "2006" }}

    {{ partial "featured-image.html" (dict "p" . "w" 320 "h" 180 "class" "float-left mr-3 pt-1 d-none d-md-block") }}

    {{ .Params.Description }}

  • {{ end }}
{{ end }} {{ end }}
{{ else }} {{ .Content }} {{ partial "section-index.html" . }} {{ end }} {{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }} {{ partial "feedback.html" .Site.Params.ui.feedback }}
{{ end }} {{ if (.Site.DisqusShortname) }}
{{ partial "disqus-comment.html" . }} {{ end }}
{{ partial "page-meta-lastmod.html" . }}
{{ end }}