How to set different template layouts for different modules in Symfony?
I have a banking application that consists of a login screen, and a member section. So when a user goes to my site he will be presented with a login screen. After login in he will be redirected to the member section that he can do his whatever banking needs.
So, how to set different layouts for the login screen and the pages inside the member section? Symfony seems to use frontend/templates/layout.php
as the template for ALL pages. Is it possible to define different layouts?