mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-04 07:18:02 +00:00
8 lines
126 B
Handlebars
8 lines
126 B
Handlebars
{{#if hasBlock}}
|
|
{{yield}}
|
|
{{else}}
|
|
<h2 class="notification-confirm-modal__heading-text">
|
|
{{@header}}
|
|
</h2>
|
|
{{/if}}
|