export const html = String.raw; const Layout = (content: string) => { return html` Joe
${content}
`; }; export default Layout;