Skip to content

Instantly share code, notes, and snippets.

@tyv
Created February 7, 2013 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyv/39bcf34b7ec634a0a35d to your computer and use it in GitHub Desktop.
Save tyv/39bcf34b7ec634a0a35d to your computer and use it in GitHub Desktop.
content: {
block: 'layout',
content: [{
elem: 'left',
content: [
BEM.blocks['block1'].(data),
BEM.blocks['block2'].(data)
]
},
{
elem: 'right',
content: [
BEM.blocks['block3'].(data),
BEM.blocks['block4'].(data)
]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment