<header>
<nav class="navbar navbar-light bg-white justify-content-start align-items-center">
{% if app.user is not null %}
<button class="navbar-toggler mr-3" type="button" data-toggle="collapse" data-target="#menu-container" aria-expanded="true" aria-controls="menu-container">
<span class="navbar-toggler-icon"></span>
</button>
{% endif %}
<div class="title-container">
<div class="navbar-brand">
<a href="{{ path('homepage') }}">
<img src="{{ asset('build/images/BA-logo-color.svg') }}" alt="logo" width="60px">
</a>
</div>
<h4 class="title">Portal GCBA Backoffice</h4>
</div>
</nav>
</header>