Reviewing JavaScript Templating with jQuery Templates vs _.template() and mustache.js
Table of Contents
Background
We will review JavaScript templating with jQuery Templates (jquery-tmpl) contrasted with _.template() in underscore.js and mustache.js.