ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 382 forks source link

Support "if" conditions ? #120

Closed yuanjianhang closed 9 years ago

yuanjianhang commented 9 years ago

In server side, what should I do if want below:

{{#if module == 'home'}} class="active"{{/if}}
yuanjianhang commented 9 years ago

Fine! I got this: http://stackoverflow.com/questions/8853396/logical-operator-in-a-handlebars-js-if-conditional