Django 模板在 JavaScript 中的实现?
有谁知道 javascript 中的可扩展 django 模板实现吗?我不需要所有的高级功能,但循环、标签和过滤器就很好了。
我发现一些项目/黑客只是实现了可变样式,但这对我们来说还不够。
最接近的是:http://code.google.com/p/jtl -javascript-template/ 但它写得/完整/维护得不是很好。
Does anyone know about an extensible django template implementation in javascript. I don't need all the advanced features, but loops, tags and filters would be nice.
I found a few projects/hacks just implementing the variable style but that's not enough for us.
The one that came closest is: http://code.google.com/p/jtl-javascript-template/ but it's not very well written/complete/maintained.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查这个:http://icanhazjs.com/
这里它如何与 django 一起工作:http://tothinkornottothink.com/post/4282971041/using-jquery-templatating-icanhaz -js-with-django
Check this : http://icanhazjs.com/
And here how it can work with django : http://tothinkornottothink.com/post/4282971041/using-jquery-templating-icanhaz-js-with-django
另一种选择是使用 mustache.js 和 pystache。它需要一些更改,因为功能集不如 Django 模板强大,但它确实提供了 相当多的功能自由。
Another option is to use mustache.js and pystache. It would require some changes as the feature set isn't as powerful as Django templates but it does provide fair amount of freedom.