I have a multi module app (based on Mruz's base app). Each module has it's own views directory in /module_name/views/. However, I want to be able to share a main layout template between modules. The main layout template view would be at /common/views/.
Last time I looked into doing this on Phalcon 1.03 it didn't seem to be possible. Is there a way of doing now?