浏览代码

tags/0.2.2
maritz Jan Lehnardt <jan@apache.org> 16 年前
父节点
当前提交
0eeab10b64
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      README.md

+ 1
- 1
README.md 查看文件

@@ -74,7 +74,7 @@ mustache.js supports a quite powerful but yet simple view partial mechanism. Use
}
};

var template = "Welcome, {{name}}! {{<winnings}}"
var template = "Welcome, {{name}}! {{>winnings}}"
var partials = {winnings: "You just won ${{value}} (which is ${{taxed_value}} after tax)"};
var output = Mustache.to_html(template, view, partials)


正在加载...
取消
保存