Is it possible to write in pure Volt syntax?
<?php echo $this->elements->getMenu(); ?>
Can we include actions directly like in Symfony2 Twig or is Volt/Phalcon limited to including templates only?
{# Twig syntax to call route -> controller -> action -> view is processed #}
{{ render(url('acme_privacy')) }}