You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
343 B

{% set nav_active = app.request.attributes.get('_route') == 'magazine-category' and app.request.attributes.get('slug') == slug %}
<a
class="header__cat-link{{ nav_active ? ' header__cat-link--active' : '' }}"
href="{{ path('magazine-category', { slug: slug }) }}"
{% if nav_active %}aria-current="page"{% endif %}
>{{ title }}</a>