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