templates/partials/menu.html.twig line 1

  1. {% if notifications is defined  %}
  2.     {{ include('partials/topbar.html.twig', {notifications: notifications}) }}
  3. {% else %}
  4.     {{ include('partials/topbar.html.twig') }}
  5. {% endif %}
  6. {{ include('partials/sidebar.html.twig') }}
  7. <!-- @@include("horizontal.html") -->