<a
href="{{ url }}"
class="
{% if color_classes %}
{{ color_classes }}
{% else %}
text-black bg-white hover:bg-pirati-yellow
{% endif %}
px-4 py-2 duration-200 hover:no-underline
"
>
{{ text }}
</a>
context:
url: '#'
text: 'lorem ipsum'