{{#if (non-empty-field model field (await (get model field)) )}}
  {{yield (get model field)}}
{{else}}
  {{yield defaultValue}}
{{/if}}
