Files
2026-06-21 17:54:19 +03:30

4 lines
187 B
HTML

{% if site_contact.has_support_email %}
<a href="mailto:{{ site_contact.support_email }}" class="{{ link_class|default:'footer-email' }}">{{ site_contact.support_email }}</a>
{% endif %}