{# <a
data-contact="{{email|base64_encode}}"
onclick="this.href = 'mailto:' + atob(this.dataset.contact)"
style="cursor: pointer"
aria-label="Send us an email">
<svg width="132" height="13">
<use xlink:href="#mailaddr" />
</svg>
</a>#}
<a href="mailto:{{email}}">{{email}}</a>