#{{ tag() }} @if (tagInfo(); as info) { }
@if (loading()) {

Loading…

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

No statuses tagged #{{ tag() }}.

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