Mustache Template with Nested Array of Objects

后端 未结 2 861
南旧
南旧 2021-02-09 13:27

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

2条回答
  •  不要未来只要你来
    2021-02-09 13:54

    The problem is that the browser handles your template as an invalid table element. It's not a good idea to store your templates on a page like that, use

    http://jsfiddle.net/zHkW5/

提交回复
热议问题