templates/partials/menu.html.twig line 1
{% if notifications is defined %}
{{ include('partials/topbar.html.twig', {notifications: notifications}) }}
{% else %}
{{ include('partials/topbar.html.twig') }}
{% endif %}
{{ include('partials/sidebar.html.twig') }}
<!-- @@include("horizontal.html") -->