{% if settings.paragraph is not empty %} {% set id_attribute = settings._cssid is not empty ? 'id=' ~ settings._cssid | e('html_attr') : '' %} <{{ settings.tag | e('html_tag') }} class="{{ settings.classes | merge( [ base_styles.base ] ) | join(' ') }}" data-interaction-id="{{ id }}" data-interactions="{{ interactions | json_encode | e('html_attr') }}" {{ id_attribute }} {{ settings.attributes | raw }}> {% if settings.link.href %} {{ settings.paragraph | striptags(allowed_tags) | raw }} {% else %} {{ settings.paragraph | striptags('