{% for block in blocks %}
{% set alignmentClass = '' %}
{% if block.tunes is defined and block.tunes.anyTuneName is defined and block.tunes.anyTuneName.alignment is defined %}
{% set alignmentClass =
block.tunes.anyTuneName.alignment == 'left' ? 'text-start' :
block.tunes.anyTuneName.alignment == 'center' ? 'text-center' :
block.tunes.anyTuneName.alignment == 'right' ? 'text-end' :
block.tunes.anyTuneName.alignment == 'justify' ? 'text-start' : '' %}
{% endif %}
{% if block.type == 'header' %}
{{ block.data.text | raw }}
{% elseif block.type == 'image' %}| {{ header | raw }} | {% endfor %}
|---|
| {{ cell | raw }} | {% endfor %}
| {{ cell | raw }} | {% endfor %}