{% extends '::app.html.twig' %} {% block body %} {{ knp_menu_render('AppBundle:Builder:mainMenu') }}
HERE THE CURRENT USER: {{ app.user.username }}
Current User id: {{ app.user.id }}
Current User email: {{ app.user.email }}