{% set contactLinks = [ { url: 'https://gschmirgal.ovh', icon: 'bi-person-circle', label: 'home.portfolio'|trans, class: 'btn-light text-primary fw-bold' }, { url: 'https://www.linkedin.com/in/schmirgal', icon: 'bi-linkedin', label: 'LinkedIn', class: 'btn-light text-primary fw-bold' }, { url: 'https://github.com/gschmirgal', icon: 'bi-github', label: 'GitHub', class: 'btn-light text-primary fw-bold' } ] %}

{{ 'home.personal_links'|trans }}

{% for link in contactLinks %} {{ link.label }} {% endfor %}