{% extends "base.html.j2" %} {% block title %}{{ page_title }}{% endblock %} {% block description %}{{ page_description }}{% endblock %} {% block canonical_path %}{{ canonical_path }}{% endblock %} {% block content %}

City climates

Average temperatures by month, all-time records, and how today compares — for {{ n_cities }} cities across {{ n_countries }} countries. Every day is graded against that location's own ~45 years of climate history.

{% for country, cs in groups.items() %}

{{ country }}

{% endfor %}
{% endblock %}