@if (loading() && !items().length) {
{{ 'XP.Explore.LoadingSkills' | translate: { Default: 'Loading skill indexes...' } }}
} @else if (!items().length) {

{{ 'XP.Explore.NoSkills' | translate: { Default: 'No matching skill templates found' } }}

{{ 'XP.Explore.NoSkillsHint' | translate: { Default: 'Try adjusting keywords, or switch to another repository.' } }}

} @else {
@for (item of items(); track item.id) {

{{ title(item) }}

@for (tag of tags(item); track tag) { {{ tag }} }

{{ description(item) || ('XP.Explore.SkillDescriptionFallback' | translate: { Default: 'This skill does not include additional details yet.' }) }}

}
@if (hasMore()) { } }