8 lines
125 B
Handlebars
Raw Normal View History

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