mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-02 05:43:17 +00:00
6 lines
174 B
Handlebars
6 lines
174 B
Handlebars
![]() |
<section class="insight-carousel">
|
||
|
{{#each this.sortedInsights as |insight|}}
|
||
|
{{component insight.name options=insight.options entity=@entity }}
|
||
|
{{/each}}
|
||
|
</section>
|