<a {{ attributes is defined ? attributes }} href="{{ link.href|default('javascript:void(0)') }}" class="button d-inline-flex align-items-center {{ disabled is defined ? 'disabled' : '' }} justify-content-center {{ color is defined ? color : 'darker-blue' }}">
<span>{{ text|default('Mehr erfahren') }}</span>
</a>