module.exports = (html, preloadedState) => { // take the html and preloadedState and return the full page return `
${html}
`; };