Tags
@if (loading()) {
Loading…
} @else {
Followed hashtags
@if (!followed().length) {
You don't follow any hashtags yet.
}
Featured on your profile
@if (!featured().length) {
No featured hashtags.
}
@for (t of featured(); track t.id) {
-
#{{ t.name }}
{{ t.statuses_count }} posts
}
}