{{#if isPending}}
  <MalibuIcon @name="loading-16" @size={{16}} @iconClass='fill-gray v-mid' @title="Loading" />
{{else}}
  {{#if hasBlock}}
    {{yield}}
  {{else}}
    {{!-- TODO: remove this... when we figure out when apps stop putting HTML here... --}}
    {{!-- template-lint-disable no-triple-curlies --}}
    {{{text}}}
  {{/if}}
{{/if}}
