	
	<a
	  {% if item.button.button_link.url.type is equalto "CALL_TO_ACTION"  %}
	    href="" {# The href here is not escaped as it is not editable and functions as a JavaScript call to the associated CTA #}
	  {% else %}
	    href=""
	  {% endif %}
	  {% if item.button.button_link.open_in_new_tab %}
	    target="_blank"
	  {% endif %}
	  {% if item.button.button_link.rel %}
	    rel=""
	  {% endif %}
	  >
	  Link text
	</a>
	{% inline_text field="button.button_label" value="" %}
	{% if item.button.make_button_outline %}
		<!-- HTML to show when checked -->
	{% endif %}
{% endfor %}