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

8 lines
126 B
Handlebars

{{#if hasBlock}}
{{yield}}
{{else}}
<h2 class="notification-confirm-modal__heading-text">
{{@header}}
</h2>
{{/if}}