Thud.
@for (collection of (collections | orderByIndex); track collection) {

{{ collection.name }}

@if (selectedCollection?.id === collection.id) { }
}
@for (feed of (selectedCollection?.feedList | orderByIndex); track feed) {
}
@if (selectedCollection && (!selectedCollection.feedList || selectedCollection.feedList.length === 0)) {

No feeds in this collection

¿Why don’t you add some?

Explore feeds
} @if (entryToPreview) { }