<div class="container">
<header class="justify-content-between py-3 ">
<nav class="navbar navbar-expand-lg" aria-label="Main navigation">
<div class="container-fluid">
<a href="{{ path('marketplace_app_collective_events') }}" class="d-flex align-items-center mb-md-0 me-md-auto text-dark text-decoration-none">
<img class="img-fluid logo" src="{{ asset('build/images/marketplace/logo.svg') }}" alt="logo">
</a>
{% block menu %}
{% include 'marketplace/components/menu.html.twig' %}
{% endblock %}
</div>
</nav>
</header>
</div>