machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

`unless` is not interpreted correctly in mustache expressions #310

Closed thec0keman closed 6 years ago

thec0keman commented 6 years ago
div class={ unless foo 'bar' }

=>

<div class="{{unless}} {{foo}} {{'bar'}}"></div>