I\'m building an application using Backbone.js, Underscore.js, HAML, and Coffeescript.
The problem I\'m having is getting variables to interpolate inside of html ele
The solution to this problem is to use HAML's :escape_attrs option.
:escape_attrs
Haml::Engine.new(template, :escape_attrs => false).render