There is a "Custom" folder in the "Views" folder within Cartella application site location. The "Custom" folder provides a flexible way to override default Cartella view templates without changing existing view files.
To override a view, replicate its structure relative to "Views" in the "Custom" folder.
For example, we want to override the "Index" view in "Home" folder. All we need to do is the to create a "Home" folder within "Custom" folder and create a "Index.aspx" in this folder:
Please note that not only .aspx view pages can be overridden, .ascx view components can be done in the same way, thus allowing ultimate flexibility.
Please note that this rule doesn't apply to master pages. Master pages are located in the "Custom" folder. To changes them, you will have to change the .master files there.