In Bracy, a web application developer will have tools to create:
Each of the above consists of a set of files, which are linked by naming them according to a scheme. The related files are (if the page or component is called "whatever"):
whatever.b.htm - the source of [Templating];whatever.js - which provides the ViewModel;whatever.css - which will be linked to the page in its <head> via <link rel="stylesheet">;whatever.s.xml - that can transform the HTML and override the CSS for presentation purposes.