{% if type is same as('a') %}<a {{ attributes }} href="{{ this.href }}" class="{{ this.style }}"target="{% if isNewTab %}'_blank'{% else %}{% endif %}"><span class="tw-mr-1" data-controller="truncate" data-max-length="100" data-truncate-target="text">{{ text }}</span>{% block content_icon_link %}{% endblock %}</a>{% else %}<buttonclass="{{ this.style }}"{{ attributes }}><span class="tw-mr-1" data-controller="truncate" data-truncate-text data-max-length="100" data-truncate-target="text">{{ text }}</span>{% block content_icon %}{% endblock %}</button>{% endif %}