xxxxxxxxxx
{% set testing = 'it worked' %}
{% set another = testing %}
{{ another }}
xxxxxxxxxx
{% if 'clear' in forcast_list[4] %}
{% set img = "sunny.png" %}
{% elif "cloudy" in forcast_list[4] %}
{% set img = "sun-cloudy-thunder.png" %}
{% endif %}