
{% inline_rich_text field="content_module.content" value="" %}
{% inline_text field="content_module.customer_name" value="" %}
{% inline_text field="content_module.customer_information" value="" %}
{% if module.content_module.image.src %}
	{% set sizeAttrs = 'width="" height=""' %}
	{% if module.content_module.image.size_type == 'auto' %}
		{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
	{% elif module.content_module.image.size_type == 'auto_custom_max' %}
		{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}
	{% endif %}
	 {% set loadingAttr = module.content_module.image.loading != 'disabled' ? 'loading=""' : '' %}
	<img src="" alt=""  >
{% endif %}



{% set href = module.content_module.cta_group.btn_link.url.href %}
{% if module.content_module.cta_group.btn_link.url.type is equalto "EMAIL_ADDRESS" %}
	{% set href = "mailto:" + href %}
{% endif %}
<a href=""
	{% if module.content_module.cta_group.btn_link.open_in_new_tab %}target="_blank"{% endif %}
	{% if module.content_module.cta_group.btn_link.rel %}rel=""{% endif %}
	>
	Link text
</a>
{% inline_text field="content_module.cta_group.button_text" value="" %}
{% cta guid="" %}
{% if module.content_module.cta_group.override_button_style %}
	<!-- HTML to show when checked -->
{% endif %}











