github.com/jojicluka/consul-api@v1.4.5/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}}