{% inline_text field="button.text_field" value="" %}
{% if module.button.anchor_button %}js-go-to{% endif %}

{% set href = module.button.link_field.url.href %}
{% if module.button.link_field.url.type is equalto "EMAIL_ADDRESS" %}
	{% set href = "mailto:" + href %}
{% endif %}
<a href=""
	{% if module.button.link_field.open_in_new_tab %}target="_blank"{% endif %}
	{% if module.button.link_field.rel %}rel=""{% endif %}
	>
	Link text
</a>
{% if module.button.add_float_on_hover %}
	<!-- HTML to show when checked -->
{% endif %}