{% set links = { first_line: [ {name: 'About us', href: '/about.html'}, {name: 'FAQ', href: '/faq.html'}, {name: 'Contact', href: '/contact.html'} ], second_line: [ {name: 'Legal Notice', href: '/imprint.html'}, {name: 'Privacy Notice', href: '/privacy.html'} ] } %} {% if language=='de' %} {% set links = { first_line: [ {name: 'Über uns', href: '/about.html'}, {name: 'FAQ', href: '/faq.html'}, {name: 'Kontakt', href: '/contact.html'} ], second_line: [ {name: 'Impressum', href: '/imprint.html'}, {name: 'Datenschutz', href: '/privacy.html'} ] } %} {% endif %}