UNPKG

view

Version:
7 lines (6 loc) 166 B
module['exports'] = function (options, callback) { var $ = this.$; $('h2').html('big'); callback(null, $.html()); }; module['exports'].useParentLayout = false;