{% import 'elementor/macros' as m %} {%- set has_link = settings.link is defined and settings.link.href is defined and settings.link.href is not empty -%} {%- if has_link -%} <{{ settings.link.tag | default('a') | e('html_tag') }} {{- m.render_link_attributes(settings.link) }} class="{{ base_styles['link-base'] }}" data-interaction-id="{{ interaction_id }}" > {%- endif %} {%- if has_link %} {%- endif %}