I will be working on project that has different theme for each domain (same application will be serving multiple domains).
- I need to change location of templates completely outside the application folder, possible on another volume
- I need to make it work with multiple domains with multiple themes - i guess theres cache problem
S how to do this stuff with Symfony2 and twig?
EDIT: I will try to ask this: What or where do I need to rewrite to get custom logic on locating specific templates that symfony uses to render pages.