{% if 'main_index' == request.get('_route') %}
{{ 'Home' | trans }}
{% else %}
{{ 'Home' | trans }}
{% endif %}
{% for link in app.links | split(',') %}
{% set a = link | split('|') %}
{% if a.0 is defined and a.1 is defined %}
•
{{ a.0 }}
{% endif %}
{% endfor %}