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