I know that you can access a service of the DI from volt just by using its name.
My question is: if I have a custom service, that receive a parameter, is it possible to reach it directly from volt in some way? Because i know that you can write:
$this->view->setVar('name', $this->getDI()->get('customService', array($parameter)));
But I'd like to skip that line