mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-28 11:05:50 +00:00
16 lines
203 B
Handlebars
16 lines
203 B
Handlebars
![]() |
{{#if hasBlock}}
|
||
|
|
||
|
{{yield}}
|
||
|
|
||
|
{{else}}
|
||
|
|
||
|
<strong class="empty-state__header">{{heading}}</strong>
|
||
|
|
||
|
{{#if subHead}}
|
||
|
<p class="empty-state__sub-head">
|
||
|
{{subHead}}
|
||
|
</p>
|
||
|
{{/if}}
|
||
|
|
||
|
{{/if}}
|