{{/* Ported from templates/hub.html.j2. Extra data: .Breadcrumb; .NCities/.NCountries int; .Groups — MUST be the ordered []contentapi.HubCountry slice from the hub payload, never a Go map (template range over a map sorts keys; Python's dict kept the backend's order, and the golden diff would catch the reorder). */}}{{template "base_head_start" .}}{{template "base_head_end" .}}{{template "base_body_start" .}}{{template "breadcrumb" .}}

City climates

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

{{range .Groups}}
{{.Country}} {{len .Cities}}
{{end}}
{{template "base_body_end" .}}{{template "base_scripts_default" .}}{{template "base_tail" .}}