我的模板中有以下内容
{{! This is a comment that shouldn't be rendered }}
我在这里使用演示尝试了它: http://mustache.github.com/#demo
在这里找到胡子的例子: https://github.com/janl/mustache.js/blob/master/examples/comments.html
但 在我的模板中进行了渲染。
我正在使用iCanHaz 0.9。
答案 0 :(得分:1)
必须是mustache.js的某种错误 - 你应该向他们报告
如果您尝试{{ ! This is a comment that shouldn't be rendered }}
(注意额外的空格),评论不会被渲染