If I use underscore.js\'s _.template() from inside a Google Chrome extension I get the following error in the console:
Uncaught Error: Code generation
I use Underscore.js because I want Backbone.js for my Chrome extension, I just changed the Template engine to Mustache ~ if you have the same reason, you can also use Underscore.js for Backbone, just do not use _.template() function.
Underscore.js
Backbone.js
Mustache
_.template()