Could use a little help figuring out why my Mustache template isn\'t rendering properly. I\'m very confused why the following isn\'t working. I\'m sure it\'s a minor stupid mist
Another solution that I found works is to comment out the mustache like so:
{{name}} {{#values}} {{.}} {{/values}}
For me, it rendered exactly as I had hoped. I think the browser kind of freaks seeing code between tr tags.
tr