{{ if content }} {{ each content }} {{ if $value.type == 'title' && $value.subtype != 'h1'}} <{{ if $value.subtype }}{{ $value.subtype }}{{ else }}h2{{ /if }}> {{ if $value.mime == 'text/html' }}{{@ $value.content }}{{ /if }} {{ if $value.mime == 'text/plain' }}{{ $value.content }}{{ /if }} {{ /if }} {{ if $value.type == 'sanitized_html' }} {{ if $value.subtype == 'paragraph' }}

{{ else if $value.subtype == 'subhead' }}{{ /if }} {{ if $value.mime == 'text/html' }}{{@ $value.content }}{{ /if }} {{ if $value.mime == 'text/plain' }}{{ $value.content }}{{ /if }} {{ if $value.oembed }}{{@ $value.oembed }}{{ /if }} {{ if $value.subtype == 'paragraph' }}

{{ else if $value.subtype == 'subhead' }}{{ /if }} {{ /if }} {{ if $value.type == 'deck' }}

{{ if $value.mime == 'text/html' }}{{@ $value.content }}{{ /if }} {{ if $value.mime == 'text/plain' }}{{ $value.content }}{{ /if }}

{{ /if }} {{ if $value.type == 'image' }}
{{ $value.blurb }}
{{ $value.fullcaption }}
{{ /if }} {{ if $value.type == 'video' }} {{ if $value.content && $value.content.html }}{{@ $value.content.html }} {{ else if $value.mediaURL }}
{{ if $value.fullcaption }}
{{ $value.fullcaption }}
{{ /if }}
{{ /if }} {{ /if }} {{ if $value.type == 'list' }} {{ if $value.subtype == 'ordered' }}
    {{ else }}
{{ else }}{{ /if }} {{ /if }} {{ if $value.type == 'divider' }}


{{ /if }} {{ if $value.type == 'byline' }} {{ if $value.subtype == 'live-update' || $value.subtype == 'live-reporter-insight' }}

{{ if $value.mime == 'text/html' }}{{@ $value.content }}{{ /if }} {{ if $value.mime == 'text/plain' }}{{ $value.content }}{{ /if }}

{{ /if}} {{ /if }} {{ if $value.type == 'date' }} {{ if $value.subtype == 'live-update'}} {{ if $value.content }}{{ $imports.dayjs.tz($value.content,"America/New_York").locale('en').format('dddd, MMMM D, YYYY h:mm A z') }}{{ /if }} {{ /if }} {{ /if }} {{ /each }} {{ /if }}