Skip to content

Instantly share code, notes, and snippets.

@gmoeck
Created January 21, 2011 15:28
Show Gist options
  • Save gmoeck/789839 to your computer and use it in GitHub Desktop.
Save gmoeck/789839 to your computer and use it in GitHub Desktop.
render: function(context, firstTime){
context.push(
'<div id="something" class="some-class">',
'<div id="some-other-div" class="some-other-class">',
someVariable,
'</div>',
'</div>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment