{{ partial("header/header") }}
{%if system_city is not empty %} {{system_city}} {%endif%}
{%if system_weather_now is not empty %} {{system_weather_now['temperature']}}℃ {%endif%}
{% if system_weather_today['f1'] is not empty %} {{system_weather_today['f1']['day_air_temperature']}}/{{system_weather_today['f1']['night_air_temperature']}}℃ {% endif %}
空气 {% if system_weather_now is not empty %} {{system_weather_now['aqiDetail']['quality']}} {% endif %}