@if (loading()) {

Loading…

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

Your home timeline is empty. Follow someone, or post something.

} @else { @for (s of statuses(); track s.id; let i = $index) { } }