'use strict';

module.exports = function* () {
  this.body = 'Hello foo';
};
