I use some modules in which i want use views extending one template. This template in dir outside module/view dir. I cant extend this template nicely, bcs $view->setViewsDir can add only one dir.
I have to set view dir = dir with modules (which also include dir whit tempate), call $this->view->pick("clients/views/index");
in controllers and use {% extends core/views/base.twig %}
in views.
How can I make it more nicely now? And can core developers add feature to pass in setViewsDir array whis dirs?