@if (worldStore.currentLocation(); as location) {

{{ location.name }}

@for (connection of location.connections; track connection.targetLocation.id) { }
} @else {

Preparing world map.

} @if (worldStore.loading()) {

Loading world state…

} @if (worldStore.error(); as error) { }