Using Handlebars.js To Display Results From Solr- A Primer
Handlebars.js is a really great way to render search results from Solr. Handlebars.js has become the defacto standard for templating in JavaScript, filling the void left from the abandonment and non-replacement of the jQuery template project. Handlebars.js is an implementation of the mighty platform-independant mustache project JavaScript templating makes it a lot easier to implement [...]