{{ define "main" }} {{ partial "navigation.html" . }} {{ .Title }} {{ dateFormat "Monday, Jan 2, 2006" .Params.event_start_date }} {{ if (isset .Params "image") }} {{end}} {{ range .Params.Event_speakers }} Speakers {{.Speaker_name}} {{.Bio}} {{end}} {{ .Content }} {{ if site.Params.post_share }} {{ partial "post-share.html" . }} {{ end }} {{ template "_internal/disqus.html" . }} {{if .Params.Disable_download}} Add to Calendar {{ end }} {{ end }}