{% if forecast %}
{% for f in forecast %} {% endfor %}
{{f.day}} {{f.maxTemperature | round(0 if config.roundTemp else 1) | unit("temperature")}} {{f.minTemperature | round(0 if config.roundTemp else 1) | unit("temperature")}}
{% endif %}