Trending hashtags

@if (!tags().length) {

No trending tags.

} @else {
@for (t of tags(); track t.id) {
#{{ t.name }} {{ uses(t) }} uses @if (moderated()['tag-' + t.id]; as state) { {{ state }} } @else { }
}
}

Trending posts

@if (loading()) {

Loading…

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

No trending posts.

} @else { @for (s of statuses(); track s.id) {
@if (moderated()['status-' + s.id]; as state) { {{ state }} } @else { }
} }