{% if full_page %} Market Monitor — PolyWeather

🔥 Market Monitor

更新中…
{% endif %}
{{ generated_at }} {% for c in cities %}
{{ c.en_name }} / {{ c.airport }} {{ c.local_time }}
{% match c.current_temp %} {% when Some with (t) %} {{ "{:.1}"|format(t) }}°C {% when None %} -- {% endmatch %}
Today High {% match c.today_max %} {% when Some with (m) %} {{ "{:.1}"|format(m) }}°C {% when None %} -- {% endmatch %} {{ c.trend.symbol() }}
Obs {% match c.obs_age_min %} {% when Some with (m) %} {{ m }} min ago {% when None %} -- {% endmatch %}
{% endfor %}
Refreshing…
{% if full_page %}
{% endif %}