Skip to content

Instantly share code, notes, and snippets.

@axooh
Created October 15, 2012 06:38
Show Gist options
  • Save axooh/3891093 to your computer and use it in GitHub Desktop.
Save axooh/3891093 to your computer and use it in GitHub Desktop.
Backbone: Render inline template
header = _.template(tplHeader);
$(this.el).prepend(header({
'title': 'Search',
'icon': 'serach'
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment