hino / app / templates / components / app-card-body.hbs
app-card-body.hbs
Raw
{{#if hasBlock}}
  {{yield}}
{{else}}
  Default Body
{{/if}}