UNPKG

349 BJavaScriptView Raw
1(function (root, factory) {
2 if (typeof define === 'function' && define.amd) {
3 define([], factory);
4 } else if (typeof exports === 'object') {
5 module.exports = factory();
6 } else {
7 root.templatizer = factory();
8 }
9}(this, function () {
10 {{jade}}
11
12 var templatizer = {};
13{{code}}
14 return templatizer;
15}));
\No newline at end of file