bem / bh

BH template engine
http://bem.github.io/bh/
MIT License
68 stars 31 forks source link

Add more examples for boolean attributes to README #158

Closed qfox closed 9 years ago

qfox commented 9 years ago

Like in tests:

ctx.attr('hidden', true);
<div hidden></div>