Django 程序员有一些很棒的 js 模板引擎:http: //paularmstrong.github.io/swig/
但它在 node.js 的 npn 包中可用。并且渲染方法需要文件路径:
swig.renderFile('/path/to/template.html', {
pagename: 'awesome people',
authors: ['Paul', 'Jim', 'Jane']
});
是否可以像其他 js/jquery 库一样使用它并从字符串渲染模板?