Handlebars.JS (w/ Dashbars) Parse Error "expecting Open_endblock Got Inverse"
First, I dumped the output that's going to the Handlebars template and ran it through JSONlint.com and it validates, so my inputs are valid. Second, this is the best example code
Solution 1:
It turned out that the line cited by the error message was wrong, (probably because, when I was looking for the line number in my my code file, I was forgetting to add the lines from the head template from my <cfinclude>
at the top. I'm still new enough to ColdFusion that...that happens...) Further on down, I DID have a missing {{/if}}
I'm not sure why the lines were being cited that were, but there it is. However, my "each only prints the last item" bug persists, but I'll create a different question for that.
Post a Comment for "Handlebars.JS (w/ Dashbars) Parse Error "expecting Open_endblock Got Inverse""