templates/partials/layout/contact_email.html.twig line 1

Open in your IDE?
  1. {# <a 
  2.   data-contact="{{email|base64_encode}}"
  3.   onclick="this.href = 'mailto:' + atob(this.dataset.contact)"
  4.   style="cursor: pointer"
  5.   aria-label="Send us an email">
  6.   <svg width="132" height="13">
  7.     <use xlink:href="#mailaddr" />
  8.   </svg>
  9. </a>#}
  10.  <a href="mailto:{{email}}">{{email}}</a>