Created
December 5, 2016 03:51
-
-
Save hyperh/e0ee391e79ed1bdbb83b5b1610e9067c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export default ({ body, title }) => (` | |
| <!DOCTYLE html> | |
| <html> | |
| <head> | |
| <title>${title}</title> | |
| </head> | |
| <body> | |
| <div id="root">${body}</div> | |
| </body> | |
| <script src="/assets/bundle.js"></script> | |
| </html> | |
| `); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment