Django 模板在 JavaScript 中的实现?

发布于 2024-10-30 14:16:50 字数 270 浏览 2 评论 0原文

有谁知道 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

孤独患者 2024-11-06 14:16:50

另一种选择是使用 mustache.jspystache。它需要一些更改,因为功能集不如 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文