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