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