Using underscore js in an erb template

Developer from somewhere

This allows for mustache style templates, interpolation done with and logic with

_.templateSettings = 
  interpolate: /\{\{\=(.+?)\}\}/g
  evaluate: /\{\{(.+?)\}\}/g