@if (worldStore.currentLocation(); as location) {
{{ location.name }}
@for (connection of location.connections; track connection.targetLocation.id) {
}
} @else {
}
@if (worldStore.loading()) {
Loading world stateā¦
}
@if (worldStore.error(); as error) {
}