{% set _route = app.request.attributes.get('_route') %}
<div class="container">
<nav class="founders-nav__wrapper">
<a class="founders-nav-link {% if _route == 'portal_about_founders' %} active {% endif %}" href="{{ path('portal_about_founders') }}">{{ 'founders.founders_title'|trans({}, 'portal_base') }}</a>
<a class="founders-nav-link {% if _route == 'portal_about_founders_biography' %} active {% endif %}" href="{{ path('portal_about_founders_biography') }}">{{ 'founders.bio'|trans({}, 'portal_base') }}</a>
{# <a class="founders-nav-link {% if _route == 'portal_about_founders_news' %} active {% endif %}" href="{{ path('portal_about_founders_news') }}">{{ 'founders.news'|trans({}, 'portal_base') }}</a>#}
{# <a class="founders-nav-link {% if _route == 'portal_about_founders_publications' %} active {% endif %}" href="{{ path('portal_about_founders_publications') }}">{{ 'founders.publications'|trans({}, 'portal_base') }}</a>#}
<a class="founders-nav-link {% if _route == 'portal_about_founders_photo' %} active {% endif %}" href="{{ path('portal_about_founders_photo') }}">{{ 'founders.photo'|trans({}, 'portal_base') }}</a>
<a class="founders-nav-link {% if _route == 'portal_about_founders_video' %} active {% endif %}" href="{{ path('portal_about_founders_video') }}">{{ 'founders.video'|trans({}, 'portal_base') }}</a>
</nav>
</div>