2019-08-31 20:51:14 -07:00

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>