I want to display a list of users in a sidebar menu and am looking for a solution to render a controller/result in the main template without having to set a variable in the controllerbase. What I'm looking for would be similar to this in symfony:
{{ render(controller('AcmeUserBundle:User:userList') }}