What about others? I was most taken in by Mustache, which is why I did this research to see what are the best Mustache implementations out there. But there are certainly other JavaScript template options available (including one provided by underscore). Tim Branyen is working on Combyne which is similar to Mustache but provides additional features that are similar to those found in Liquid. Adam Mark has Markup.js out, which is similar to mustache in some ways, but works on non-IE browsers. In addition it provides piping out of the box and has a low footprint (1.8K). However, I do not like the syntax for piping argument (>), nor the ambiguous list piping. It doesn’t precompile templates either, but seems to have some ideas on working with language strings. Definitely worth a look.
–mustache, hogan, handlebars | Divya Manian
他にもいろいろありそうだから、後でチェックしておこう。