'use strict';
varPage = require('bigpipe').Page;
Page.extend({
path: '/', // HTTP route we should respond to.view: './index.ejs', // The base template we need to render.pagelets: { // The pagelets that should be rendered.search: require('../../')
}
}).on(module);