Skip to content

Instantly share code, notes, and snippets.

@varya
Created November 30, 2012 12:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varya/4175573 to your computer and use it in GitHub Desktop.
Save varya/4175573 to your computer and use it in GitHub Desktop.
({
block: 'b-page',
title: 'index',
head: [
{ elem: 'css', url: '_index.css', ie: false},
{ elem: 'css', url: '_index.ie.css', ie: true },
{ block: 'i-jquery', elem: 'core'},
{ elem: 'js', url:'_index.js'},
],
content: [
{
block: 'head',
content: {
block: 'layout',
content: [
{
elem: 'left',
content: 'left here'
},
{
elem: 'right',
content: 'right here'
}
]
}
}
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment