UNPKG

slot-framework

Version:

Closing the gap between server and client side, Slot is a Cross Side Web Framework that let you reuse the same code on client and server side

17 lines (14 loc) 243 B
/** * Created using Slot Framework */ /** * Container for all fragments used in the web page * @constructor */ function Fragments() { } {@objectsDef@} var page = new function () { this.layouts = new function () {{@layouts@} } }