Handlebars.js is a convenient, easy to learn JS templating system.
Mustache.js already provided a super-basic templating {{syntaxe}} on purpose restricted to structure only, aka logic-less templating.
Handlebars.js build on it, offering the same basic levels, but can later on be push toward logical, conditional behaviors which Handlebars.js also provides.
JS templating systems are at the core of recent easy web developpement. Templating is especially relevant for cross platform design, limited by the smallest potential devices and requiring more simplicity. These websites and webapps typically use the method of vertical stacking of near identical elements (
localStorage's JSON data, online API, etc.
For self use and the community, this gist contains an handy Minimal HTML5 page and minimal HandlebarsJS demo.




