module.exports = async (name, props={})=>{ return ` The Homebrewery - NaturalCrit
${require(`../build/${name}/ssr.js`)(props)}
`; };