I want to display the username/last connection date/time and some other info on all of my Twig views (which all extend from a common Twig layout).
How can I achieve
Had this use-case just last month. Turned to render command and it really worked great as called controller action does not have to have @Route defined... not even a @Template but that's up to you ;)
render
@Route
@Template