Lists
@if (loading()) {

Loading…

} @else if (!lists().length) {

You have no lists. Create one above, then add people from their profile.

} @else { @for (l of lists(); track l.id) { {{ l.title }} } }