2016-06-17 23:56:57 -07:00

7 lines
113 B
JavaScript

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