mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-11 18:56:41 +00:00
6 lines
184 B
Handlebars
6 lines
184 B
Handlebars
![]() |
<div class="foxie__screen-container">
|
||
|
{{#each @options.components as |dynamicComponent|}}
|
||
|
{{component dynamicComponent.name options=dynamicComponent.options}}
|
||
|
{{/each}}
|
||
|
</div>
|