initial commit
This commit is contained in:
3
js/ejs-utils.js
Normal file
3
js/ejs-utils.js
Normal file
@@ -0,0 +1,3 @@
|
||||
ejs.rtfe = function(templateElement, data) {
|
||||
return ejs.render($('#template-' + templateElement).html(), data);
|
||||
};
|
Reference in New Issue
Block a user