{# menu \Notimeo\MenuBundle\Entity\Menu #} {# arrayTree array #} {# currentPath string #} {# working_title string #} {% set classPrefix = 'menu-' ~ menu.workingTitle %}

{{ menu.locale.title }}

{% include 'MenuBundle::menu-list.html.twig' with { 'arrayTree': arrayTree, 'level' : 0, 'currentPath': currentPath, } %}