template rendering with node.js and backbone.js

后端 未结 9 1333
孤城傲影
孤城傲影 2021-02-01 08:20

Has anyone found a good solution for developing templates for backbone.js that can be used on the server and the client?

This is really desirable with the backbone.js hi

9条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-01 08:52

    Node.js with nunjucks templating is working well for me because I needed non-XML templating for non-SGML web content (nunjucks allows setting the template delimiters in text templates - which is the case with jinja2 for Python on which nunjucks is a re-eng )

提交回复
热议问题