exports.default = function (variables) { // console.log('hello', variables.my_number); return 'cool ! my_number = ' + variables.my_number; }