Skip to content

Instantly share code, notes, and snippets.

@hyperh
Created December 5, 2016 02:35
Show Gist options
  • Save hyperh/1744208bb00d12d403f752fc3a3c7d47 to your computer and use it in GitHub Desktop.
Save hyperh/1744208bb00d12d403f752fc3a3c7d47 to your computer and use it in GitHub Desktop.
export default ({ body, title }) => {
return `
<!DOCTYPE html>
<html>
<head>
<title>${title}</title>
</head>
<body>
<div id="root">${body}</div>
</body>
</html>
`;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment