{{{scope}}} = (function() {
  var key = 'value';
  var module = {exports: {}};
  var exports = module.exports;
  {{yield}}
  return module.exports;
}).call(this);