initial commit

This commit is contained in:
s2
2019-03-05 09:39:57 +01:00
commit 17097243b2
8 changed files with 1741 additions and 0 deletions

3
js/ejs-utils.js Normal file
View File

@@ -0,0 +1,3 @@
ejs.rtfe = function(templateElement, data) {
return ejs.render($('#template-' + templateElement).html(), data);
};