UNPKG

soma.js

Version:

soma.js is a javascript framework created to build scalable and maintainable applications.

9 lines (6 loc) 183 B
var PageTemplate = function(template, scope, element, model) { scope.name = model.getPath(); scope.links = model.getLinks(); template.render(); }; module.exports = PageTemplate;