{{ define "main" }} {{ "" | safeHTML }}

{{ if .Draft }}DRAFT: {{end}}{{ .Params.title }}

{{ with .Params.passage }}

{{ . }}

{{ end }}
{{ with .Params.images }} {{ end }}
{{ range .Params.audio }} {{ $audio_name_arr := split . "." }} {{ $audio_type := index $audio_name_arr (sub (len $audio_name_arr) 1) }}
  •  Download
{{ end }} {{/* range .Params.audio */}} {{ .Content }} {{ if .Params.preachers }}

Preacher: {{ range $index, $key := .Params.preachers }} {{ if $index }}, {{ end }} {{ if gt (len $key) 0 }} {{ $key }} {{ end }} {{/* if */}} {{ end }} {{/* range */}} {{ end }} {{/* end if preachers */}} {{ if .Params.series }}

Series: {{ range $index, $key := .Params.series }} {{ if $index }}, {{ end }} {{ if gt (len $key) 0 }} {{ $key }} {{ end }} {{/* if */}} {{ end }} {{/* range */}}

{{ end }} {{/* end if series */}} {{ if .Params.tags }}

Topics: {{ range $index, $key:= .Params.tags }} {{ if $index }}, {{ end }} {{ if gt (len $key) 0 }} #{{ $key }} {{ end }} {{/* if gt len */}} {{ end }} {{/* range */}}

{{ end }} {{/* end if tags */}} {{ with .Params.date }}

Date: {{ . | dateFormat "January 2, 2006"}}

{{ end }}
{{ end }}