Wheather Checker
Hazard Level
{% if max == 3 %}
{{ max }}
{{descrip}}
{% elif max == 2 %}
{{ max }}
{{descrip}}
{% else %}
{{ max }}
{{descrip}}
{% endif %}
{% for item2 in static %}
{{item2.title}}
{{item2.score}}
{% endfor %}
{% for item in detail %}
{% endfor %}