[UPCOMING CAKE FEATURE] Themes
Themes.
Set theme in the controller:
var $theme = 'mytheme';
Then app/views/mytheme/posts/ would be used first, before app/views/post.
In the webroot of the main app:
css/themename/.... img/themename/.... js/themename/.....
See view for more details