@if (userProfile(); as profile) {
@if (profile.picture) { Profile picture } @else { account_circle }

{{ profile.name }}'s Relays

} @else {
account_circle

Relays

}
@if (profileState.relay?.relayUrls?.length === 0) {
people_outline

This user does not have any relays.

} @else { @for (url of profileState.relay?.relayUrls; track url) { {{ url }}
}
}