--- title: Handlebars.js category: JavaScript libraries --- ### Helpers Handlebars.registerHelper('link_to', function() { return "" + this.body + ""; }); var context = { posts: [{url: "/hello-world", body: "Hello World!"}] }; var source = "