Mastodon is my Blog
Context:
@for (id of identities; track id.id) { } @if (identities.length === 0) {
No identities found. Add one in Admin.
}
@if (activeUserInfo && isPeoplePage()) {

{{ activeUserInfo.display_name || activeUserInfo.acct }}

@{{ activeUserInfo.acct }} @if (activeUserProfileUrl()) { β†— Open }
@if (activeUserInfo.followers_count !== undefined || activeUserInfo.counts) {
{{ activeUserInfo.counts?.followers ?? activeUserInfo.followers_count ?? 0 | number }} followers {{ activeUserInfo.counts?.following ?? activeUserInfo.following_count ?? 0 | number }} following {{ activeUserInfo.counts?.statuses ?? activeUserInfo.statuses_count ?? 0 | number }} posts
}
@if (showPeopleCatchupControls()) {
@if (!activeUserCatchup?.running) { } @if (activeUserCatchup?.running) { } Dossier
}
@if (activeUserInfo.note) {
Bio
} @if (showPeopleCatchupControls()) {
{{ activeUserCacheMessage() }} @if (activeUserCatchupError) {
{{ activeUserCatchupError }}
} @if (activeUserCatchup?.running) {
{{ activeUserCatchup!.stage }} β€” {{ activeUserCatchup!.posts_fetched }} posts
}
}
} @if (isPeoplePage()) { } @if (isPeoplePage()) { }
@if (serverDown) {
πŸ”Œ

Connection Lost

We are having trouble reaching the server.

Attempting to reconnect...

}