Skip to content

Instantly share code, notes, and snippets.

@philipusis
Created September 27, 2016 00:23
Show Gist options
  • Select an option

  • Save philipusis/e98ea5bd6086d108e01adbc162cf26b9 to your computer and use it in GitHub Desktop.

Select an option

Save philipusis/e98ea5bd6086d108e01adbc162cf26b9 to your computer and use it in GitHub Desktop.
{
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