I am using Handlebar.js as my templating engine. Now I want to comment out some of the blocks in my handlebar templates. But then I realized that Handlebar doesn\'t ignore the e
Use this code:
{{#data}} {{name}} {{/data}}
{{name}}