Reviewing JavaScript Templating with jQuery Templates vs _.template() and mustache.js

Table of Contents

1. Background

We will review JavaScript templating with jQuery Templates (jquery-tmpl) contrasted with _.template() in underscore.js and mustache.js.

2. Review