diff --git a/client/template.js b/client/template.js index 6307b744b..e2e0893e3 100644 --- a/client/template.js +++ b/client/template.js @@ -5,15 +5,15 @@ module.exports = async(name, title = '', props = {})=>{ - + ${title.length ? `${title} - The Homebrewery`: 'The Homebrewery - NaturalCrit'}
${require(`../build/${name}/ssr.js`)(props)}
+ + - - `; };