{{ partial "featured-image.html" .ctx }}
{{ with .ctx.Params.spotify }}
{{ partial "audio-embed" (dict "type" "spotify" "id" .) }}
{{ end }}
{{ with .ctx.Params.soundcloud }}
{{ partial "audio-embed" (dict "type" "soundcloud" "id" .) }}
{{ end }}
{{ with .ctx.Params.tunein }}
{{ partial "audio-embed" (dict "type" "tunein" "id" .) }}
{{ end }}
{{ with .ctx.Params.mixcloud }}
{{ partial "audio-embed" (dict "type" "mixcloud" "id" .) }}
{{ end }}
{{ with .ctx.Params.audiofile }}
{{ partial "audio-embed" (dict "type" "audiofile" "url" .) }}
{{ end }}
{{ partial "default-content.html" (dict "ctx" .ctx "template_type" .template_type) }}
{{ partial "article-footer.html" .ctx }}