{{ t.contact.title }}

{{ t.contact.lede | safe }}

{% for section in t.contact.sections %} {% for link in section.links %} {% set lname = link.text.toLowerCase() %} {% if 'kontak' in lname or 'mail' in lname %} {% include "icons/email.svg" %} {% elif 'whatsapp' in lname %} {% include "icons/whatsapp.svg" %} {% elif 'telegram' in lname %} {% include "icons/telegram.svg" %} {% elif 'discord' in lname %} {% include "icons/discord.svg" %} {% elif 'labola' in lname or 'gitea' in lname %} {% include "icons/gitea.svg" %} {% endif %} {% endfor %} {% endfor %}