Skip to content

Instantly share code, notes, and snippets.

@julesbou
Created March 11, 2016 17:13
Show Gist options
  • Save julesbou/39bf840aa33c9ca39b79 to your computer and use it in GitHub Desktop.
Save julesbou/39bf840aa33c9ca39b79 to your computer and use it in GitHub Desktop.
Backbone.View.extend({
render: function() {
this.template(tmplStr, {}); // will call the template engine we chose
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment