Skip to content

Instantly share code, notes, and snippets.

@ktraff
Created March 21, 2016 20:35
Show Gist options
  • Save ktraff/66f4c94bb61798801244 to your computer and use it in GitHub Desktop.
Save ktraff/66f4c94bb61798801244 to your computer and use it in GitHub Desktop.
var template = _.template($('#my_template_id').html());
this.$el.html(template());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment