<div class="header header-light">
<div class="container">
<nav id="navigation" class="navigation navigation-landscape">
<div class="nav-header">
<a class="nav-brand" href="{{path('index')}}">
<img src="/img/logo.png" class="logo" alt="">
</a>
<div class="nav-toggle"></div>
</div>
<div class="nav-menus-wrapper" style="transition-property: none;"><span class="nav-menus-wrapper-close-button">✕</span>
<ul class="nav-menu">
<li {% if app.request.attributes.get( '_route' ) starts with 'index' %} class="active"{% endif %}><a href="{{path('index')}}">Domovská stránka</a></li>
<li {% if app.request.attributes.get( '_route' ) starts with 'vysetreni' %} class="active"{% endif %}><a href="{{path('vysetreni')}}">Vyšetření</a></li>
<li {% if app.request.attributes.get( '_route' ) starts with 'nemoci' %} class="active"{% endif %}><a href="{{path('nemoci')}}">Nemoci</a></li>
<li {% if app.request.attributes.get( '_route' ) starts with 'prvni_pomoc' %} class="active"{% endif %}><a href="{{path('prvni_pomoc')}}">První pomoc</a></li>
<li {% if app.request.attributes.get( '_route' ) starts with 'zdravi' %} class="active"{% endif %}><a href="{{path('zdravi')}}">Zdraví</a></li>
<li {% if app.request.attributes.get( '_route' ) starts with 'pojistovny' %} class="active"{% endif %}><a href="{{path('pojistovny')}}">Pojišťovny</a></li>
</ul>
<!--<ul class="nav-menu nav-menu-social align-to-right">
<div class="input-group mt-2">
<input type="text" class="form-control" placeholder="Co vás zajímá?">
<div class="input-group-append">
<button class="btn btn-outline-secondary" type="button"><i class="fas fa-search"></i></button>
</div>
</div>
</ul>-->
</div>
</nav>
</div>
</div>