maritz Jan Lehnardt <jan@apache.org> 16 лет назад
Родитель
Сommit
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 partials = {winnings: "You just won ${{value}} (which is ${{taxed_value}} after tax)"};
var output = Mustache.to_html(template, view, partials) var output = Mustache.to_html(template, view, partials)


Загрузка…
Отмена
Сохранить