📍 {% if page.header.location_city %}{{ page.header.location_city }}{% endif %} {% if page.header.location_city and page.header.location_country %}, {% endif %} {% if page.header.location_country %}{{ page.header.location_country }}{% endif %}
{% endif %} {% if page.header.weather_desc or page.header.weather_temp_c %}{% if page.header.weather_desc %} {{ weather_icons[page.header.weather_desc] ?? '🌡️' }} {{ page.header.weather_desc }} {% endif %} {% if page.header.weather_temp_c %} · {{ page.header.weather_temp_c|round }}°C {% endif %}
{% endif %}