angular-sanitize module without including angular.js for Backbone and other frameworks
window.ngSanitize('<p style="color:blue">an html\n' +
'<em onmouseover="this.textContent=\'PWN3D!\'">click here</em>\n' +
'snippet</p>');
"<p>an html <em>click here</em> snippet</p>"