github.com/Aestek/consul@v1.2.4-0.20190309222502-b2c31e33971a/ui-v2/lib/block-slots/addon/templates/components/yield-slot.hbs (about)

     1  {{#if isActive}}
     2    {{yield}}
     3  {{else}}
     4    {{yield to='inverse'}}
     5  {{/if}}