BorisMoore / jsrender

A lightweight, powerful and highly extensible templating engine. In the browser or on Node.js, with or without jQuery.
http://www.jsviews.com
MIT License
2.67k stars 339 forks source link

how to get the key when use props? #323

Closed loserdog-err closed 7 years ago

loserdog-err commented 7 years ago

Hello. How to get the key when I use if statement within the props? {{props object}} {{if >key ='xxx'}} {{/if}} {{/props}}