{% for item in module.templates %}{% inline_text field="template_title" value="" %}{% inline_text field="template_description" value="" %}{% cta guid="" %}{% for item2 in item.template_images %}{% if item2.template_image.src %}{% set sizeAttrs = 'width="" height=""' %}{% if item2.template_image.size_type == 'auto' %}{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}{% elif item2.template_image.size_type == 'auto_custom_max' %}{% set sizeAttrs = 'width="" height="" style="max-width: 100%; height: auto;"' %}{% endif %}{% set loadingAttr = item2.template_image.loading!= 'disabled' ? 'loading=""':'' %}<img src="" alt="">{% endif %}{% endfor %}{% endfor %}