2016-02-11 15:00:58 -07:00

7 lines
113 B
JavaScript

exports.templateData = {
userInfo: function() {
return {
name: 'John'
};
}
};