{#if mounted}

{getPageTitle()}

{#if location}
{location.country}

{location.name}

{#if location.admin1}{location.admin1}, {/if}{location.country}

{location.latitude.toFixed(2)}°N, {location.longitude.toFixed(2)}°E {#if location.elevation}• {location.elevation.toFixed(0)}m{/if}

{#if currentWeather}
{getWeatherIcon(currentWeather.current.weather_code)}
{Math.round(currentWeather.current.temperature_2m)}°C
{/if}
{/if}
{ storedLocation.set(event.detail); }} />
{#if location?.population}
Population
{location.population.toLocaleString()}
{#if location.timezone}
Timezone
{location.timezone}
{/if}
{/if}
{/if}
{#if mounted}
{@render children?.()}
{/if}