Trending hashtags

@if (!tags().length) {

No trending tags.

} @else {
@for (t of tags(); track t.id) { #{{ t.name }} {{ uses(t) }} uses }
}

Trending posts

@if (loading()) {

Loading…

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

No trending posts.

} @else { @for (s of statuses(); track s.id) { } }