2022-08-18 09:30:17 +02:00
|
|
|
<li>
|
|
|
|
<a class="{{ app.request.get('_route') matches '{' ~ route ~ '_*}' ? 'active' }}"
|
2022-08-18 21:08:03 +02:00
|
|
|
href="{{ path(route ~ "_i18n", { _locale: app.request.locale }) }}">
|
2022-08-18 16:32:29 +02:00
|
|
|
{{ text }}
|
2022-08-18 09:30:17 +02:00
|
|
|
</a>
|
|
|
|
</li>
|