{% set href = module.logo_url.url.href %}
{% if module.logo_url.url.type is equalto "EMAIL_ADDRESS" %}
	{% set href = "mailto:" + href %}
{% endif %}
<a href=""
	{% if module.logo_url.open_in_new_tab %}target="_blank"{% endif %}
	{% if module.logo_url.rel %}rel=""{% endif %}
	>
	Link text
</a>