{% for item in module.button_top %}{% set href = item.button_link.url.href %}{% if item.button_link.url.type is equalto "EMAIL_ADDRESS" %}{% set href = "mailto:"+href %}{% endif %}<a class="ccta_button" href=""{% if item.button_link.open_in_new_tab %}target="_blank"{% endif %}{% if item.button_link.rel %}rel=""{% endif %}>Link text </a>{% inline_text field="button_text" value="" %}{% endfor %}