Hi everyone,
I'm looking for some solution on how to render an action into another action? For example in Zend Framework in each action I can call <?= $this->action('action', 'controller','module') ?>
In volt I can only render another volt view file: {{ partial('path_to_view/file') }}
when I have some logical code into this view or I send some vars - this command doesn't call the controller.
Any ideas?