2019-08-31 20:51:14 -07:00

16 lines
218 B
Handlebars

{{#if hasBlock}}
{{yield}}
{{else}}
<strong class="empty-state__header">{{this.heading}}</strong>
{{#if this.subHead}}
<p class="empty-state__sub-head">
{{this.subHead}}
</p>
{{/if}}
{{/if}}