{{ each $data d }} {{ if d.type == 'custom_embed' }} {{ else if d.type == 'header' }}

{{@ d.data }}

{{ else if d.type == 'list' }} {{ if d.list_type == 'unordered' }}{{ else }}{{ /if }} {{ else if d.type == 'image' }}
{{ d.alt }}
{{@ d.caption }}
{{ else if d.type == 'text' }}

{{@ d.data }}

{{ /if }} {{ /each }}