BirdNET-stream/www/templates/utils/nav-item.html.twig

7 lines
147 B
Twig

<li>
<a class="{{ app.request.get('_route') matches '{' ~ route ~ '_*}' ? 'active' }}"
href="{{ path(route) }}">
{{ text }}
</a>
</li>