{{ if ldMda }}
{{ ldMda.image.altText }}
{{ ldMda.caption }}
{{ /if }} {{ if description }}

{{ description }}

{{ /if }} {{ each body b }} {{ if b.type === 'p' }}

{{@ b.cntnt.mrkup }}

{{ else if b.type === 'inline' }} {{ if b.cntnt.cmsType === 'image' && b.cntnt.image?.src }}
{{ b.cntnt.image.altText }}
{{@ b.cntnt.caption }}
{{ else if b.cntnt.cmsType === 'imagegroup' }} {{ each b.cntnt.images img }}
{{ img.image.altText }}
{{@ img.caption }}
{{ /each }} {{ else if b.cntnt.cmsType === 'editorsNote' }}

{{@ b.cntnt.note }}

{{ else if b.cntnt.cmsType === 'listicle' }}

{{@ b.cntnt.text }}

{{ else if b.cntnt.cmsType === 'pullquote' }} {{@ b.cntnt.quote }} {{ else if b.cntnt.cmsType === 'source' }} {{ b.cntnt.src }} {{ else if b.cntnt.cmsType === 'video' }}
{{ b.cntnt.image.altText }}
{{@ b.cntnt.title }}
{{@ b.cntnt.description }}
{{ /if }} {{ /if }} {{ /each }}