Add feed to collection Collections @if (collections && collections.length > 0) {
@for (collection of collections; track collection) {

{{ collection.name }}

{{ collection.description }}

{{collection.feedList.length}}/10

Feeds

Add
}
} @else if (collections && collections.length === 0) {

Oops!

You don't have any collections

Create collection
} @else { }