janl / mustache.js

Minimal templating with {{mustaches}} in JavaScript

Home Page:https://mustache.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parse how to render {{ {{xx}}?

gaecoli opened this issue · comments

If you input error, like {{aaa {{bbbb}}, now mustache.parse will match {{aaa...}}, but i want it to match {{bbbb}}.