I had a hard time with this until I found this Hogan problem on Lambdas
You no longer need to hand over the render to the assistant.
Template
{{
Hogan.js
"foo": function() { return function(text) { return "<p>" + text + "</p>" }
Output
<p>Lets put this text in a html tag.</p>
My problem has been a bit more complicated ever since I:
Template
{{
So, text is passed to the helper only "{{bar}}" Hogan.js
"foo": function() { return function(text) {
source share