AVAILABLE NOW: Front-End Developer Handbook 2017
Learn JS Templates
A JavaScript template is typically used, but not always with a MV* solution to separate parts of the view (i.e., the UI) from the logic and model (i.e., the data or JSON).
Note that JavaScript 2015 (aka ES6) has a native templating mechanism called "Templates strings".
- Instant Handlebars.js [read][$]
- JavaScript Templating with Handlebars [watch][$]
- Learn Handlebars in 10 Minutes or Less [read]