12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
<div class="carrot-button-container">
|
|
<a href="{{buttonUrl}}">
|
|
{% if buttonTextEs %}
|
|
<span class="lang-en">{{ buttonText }}</span>
|
|
<span class="lang-es">{{ buttonTextEs }}</span>
|
|
{% else %}
|
|
{{ buttonText }}
|
|
{% endif %}
|
|
</a>
|
|
</div>
|
|
|
|
<style></style> |