<nav class="nav nav-tabs d-flex mb-3">
<a class="flex-fill text-center rounded-0 border-0 bg-grey-10 nav-link frivol-xhr {{ app.request.attributes.get('_route') == 'app_content_video_index' ? 'active' : '' }}" href="{{ path('app_content_video_index') }}">
<span class="d-md-none">Neu</span>
<span class="d-none d-md-inline">Neue Videos</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_video_topweek' ? 'active' : '' }}" href="{{ path('app_content_video_topweek') }}">Top der Woche</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_video_topmonth' ? 'active' : '' }}" href="{{ path('app_content_video_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_video_categories' ? 'active' : '' }}" href="{{ path('app_content_video_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_video_search' ? 'active' : '' }}" href="{{ path('app_content_video_search') }}">Videos suchen</a>
</nav>