mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-07 08:48:03 +00:00
12 lines
382 B
Handlebars
12 lines
382 B
Handlebars
<div class="wherehows-entity-header__content">
|
|
{{yield
|
|
(hash
|
|
row=(component "entity-header/content-row")
|
|
entityType=(component entityTypeComponent)
|
|
entityTitle=(component entityTitleComponent)
|
|
entityProperty=(component entityPropertyComponent)
|
|
entityAttributePillCalloutComponent=(component entityAttributePillCalloutComponent)
|
|
)
|
|
}}
|
|
</div>
|