{{ 'XP.Explore.HotSkillsTitle' | translate: { Default: 'Trending Skills' } }}

@if (items().length) {
@for (hot of items(); track hot.item.id) {

{{ hot.title }}

{{ hot.description }}

{{ hot.downloads ?? '--' }} {{ hot.stars ?? '--' }}
}
}