Created
September 27, 2016 00:23
-
-
Save philipusis/e98ea5bd6086d108e01adbc162cf26b9 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
| { | |
| block : 'page', | |
| head : [ | |
| { elem : 'meta', attrs : { name : 'description', content : '' } }, | |
| { elem : 'css', url : '/build/bundle.css' }, | |
| ], | |
| scripts: [{ elem : 'js', url : '/build/bundle.browser.js' }], | |
| content: [ | |
| { | |
| block: 'main', | |
| content: [ | |
| { | |
| block: 'body' | |
| }, | |
| { | |
| block: 'header' | |
| }, | |
| { | |
| block: 'footer' | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment