{% for item in module.cards %}{% if item.image_field.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.image_field.size_type == 'auto' %}{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}{% elif item.image_field.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}{% endif %}{% set loadingAttr = item.image_field.loading!= 'disabled' ? 'loading=""':'' %}<img src="" alt="">{% endif %}{% inline_text field="preheader" value="" %}{% inline_rich_text field="content" value="" %}{% if item.image.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item.image.size_type == 'auto' %}{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}{% elif item.image.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}{% endif %}{% set loadingAttr = item.image.loading!= 'disabled' ? 'loading=""':'' %}<img src="" alt="">{% endif %}{% inline_text field="button.text" value="" %}{% set href = item.button.anchor.link.url.href %}{% if item.button.anchor.link.url.type is equalto "EMAIL_ADDRESS" %}{% set href = "mailto:"+href %}{% endif %}<a href=""{% if item.button.anchor.link.open_in_new_tab %}target="_blank"{% endif %}{% if item.button.anchor.link.rel %}rel=""{% endif %}>Link text </a>{% inline_text field="button.anchor.href" value="" %}{% cta guid="" %}{% endfor %}