Minimal HandlebarsJS demo within a minimal HTML5 page.
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, which can later on be push toward logical, conditional behaviors which the later also provide.




