{% if (text is not empty) %}
<a class="link slide-to-right-icon d-inline-flex align-items-center {{ textRight is defined and textRight ? 'justify-content-end' : '' }} {{ borderBottom is defined and borderBottom ? 'border-b-black-1' : '' }} py-2" href="{{ link|default('#') }}" target="_blank">
<span class="me-2 fw-bold">{{ text|default('Mehr erfahren') }}</span>
<i class="icon target-icon fa-solid {{ icon|default('fa-arrow-right') }}"></i>
</a>
{% endif %}