Templating

Another major change is the idea of a templating interface. Though it is likely that templates would be changed as often as modules, a user can still use it to try out new templates for development purposes. Like modules, templates are kept in a dedicated Templates folder. Each template folder acts as a normal ASP.NET website, consisting of multiple pages, masterpages, scripts, stylesheets, and images.
Specifically, each page in your template folder may have a different look. You may have a home.aspx page which contains your layout for your home page, an interior.aspx page which contains your layout for any of your interior pages, and so on. Upon selecting a template in the CMS, you may set the default template page to be used with your site navigation, as well as assign individual navigation pages to a specific template file.