<nav class="nav nav-tabs d-flex mb-3">
<a class="flex-fill text-center rounded-0 border-0 bg-grey-10 nav-link px-1 frivol-xhr {{ app.request.attributes.get('_route') == 'app_content_imageset_index' ? 'active' : '' }}" href="{{ path('app_content_imageset_index') }}">
<span class="d-md-none">Neu</span>
<span class="d-none d-md-inline">Neue Bildersets</span>
</a>
<a class="flex-fill text-center rounded-0 border-0 bg-grey-10 nav-link px-1 frivol-xhr {{ app.request.attributes.get('_route') == 'app_content_imageset_topmonth' ? 'active' : '' }}" href="{{ path('app_content_imageset_topmonth') }}">Top des Monats</a>
<a class="flex-fill text-center rounded-0 border-0 bg-grey-10 nav-link px-1 frivol-xhr {{ app.request.attributes.get('_route') == 'app_content_imageset_categories' ? 'active' : '' }}" href="{{ path('app_content_imageset_categories') }}">Kategorien</a>
<a class="flex-fill text-center rounded-0 border-0 bg-grey-10 nav-link px-1 frivol-xhr {{ app.request.attributes.get('_route') == 'app_content_imageset_search' ? 'active' : '' }}" href="{{ path('app_content_imageset_search') }}">Bildersets suchen</a>
</nav>