{% if settings.image.src is not empty %} {% set id_attribute = settings._cssid is not empty ? 'id=' ~ settings._cssid | e('html_attr') : '' %} {% if settings.link and settings.link.attributes is not empty %} <{{ settings.link.tag | e('html_tag') }} {{ settings.link.attributes | raw }} class="{{ base_styles['link-base'] }}" data-interaction-id="{{ interaction_id }}" > {% endif %} {% if settings.link.href %} {% endif %} {% endif %}