UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

11 lines (10 loc) 215 B
define("subwidget", ["text!subwidget.html!strip", "text!subwidget2.html"], function(template, template2){ return { name: "subwidget", template: template, template2: template2 }; } );