/** * Created using Slot Framework * {@pc-machine@} on {@date@} * * {@message@}: * {@page@} */ /** * Container for all fragments used in the web page * @constructor */ function Fragments() { } {@objectsDef@} var page = new function () { this.layouts = new function () {{@layouts@} } } main.prototype.fragments = new Fragments(); module.exports.model = main;