8 lines
126 B
Handlebars
Raw Normal View History

{{#if hasBlock}}
{{yield}}
{{else}}
<h2 class="notification-confirm-modal__heading-text">
2019-08-31 20:51:14 -07:00
{{@header}}
</h2>
{{/if}}