[app-name]/ ... |__app/ | |__components/ | |__layouts/ # layout specific partials | | |__default.html # default application layout | | |__home.html # home page layout, if different from default | | |__public.html # public section layout, if different from default | | |__secure.html # secure section layout, if different from default | | |__... ...