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)


読み込み中…
キャンセル
保存