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

Weather in {{ display }} in {{ month_name }}

In an average {{ month_name }}, {{ name }} sees a daily high around {{ avg_high }} and a low around {{ avg_low }}, based on {{ year_range[0] }}–{{ year_range[1] }} of local climate records.

{% for label, value in stats %} {% endfor %}
{{ label }}{{ value }}
{% if records %}

{{ month_name }} records

{% endif %}

See {{ name }}'s live weather grade →

‹ {{ prev.name }} · {{ name }} climate overview · {{ next.name }} ›

{% endblock %}