Files
handlebars.js/bench/templates/object-mustache.js
T
2013-08-25 13:46:45 -05:00

5 lines
127 B
JavaScript

module.exports = {
context: { person: { name: "Larry", age: 45 } },
handlebars: "{{#person}}{{name}}{{age}}{{/person}}"
};