Files
handlebars.js/bench/templates/object-mustache.js
T
2015-08-03 17:03:37 -05:00

5 lines
127 B
JavaScript

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