4 lines
116 B
JavaScript
4 lines
116 B
JavaScript
ejs.rtfe = function(templateElement, data) {
|
|
return ejs.render($('#template-' + templateElement).html(), data);
|
|
};
|