Patrick Pircher
Results
202
comments of
Patrick Pircher
It works with simple strings though.
I mean `{{if @isOk 'ok' 'ko'}}` And ``` {{#let (if @isOk Ok Ko) as |okko|}} {{/let}} ``` Maybe it's not supposed to render components from inline if. Maybe helper would...