{% if (outlook != "None") and (prediction_actual == 1) %}
YEEES, GOLF!!!!!
There's a {{prediction_proba}}% chance you will golf tomorrow in {{selected_location_raw}} between {{selected_time_bracket}}, go prep those clubs!!! |
{% elif (outlook != "None") %}
Sorry, No Golf...
Unfortunately, there's only a {{prediction_proba}}% chance for golf tomorrow in {{selected_location_raw}} between {{selected_time_bracket}} |
{% else %}
{{message}} |
{% endif %}
{% if (outlook != "None") %}
Tomorrow's Forecast {{time_stamp_date}} |
Outlook | {{outlook}} |
Temperature | {{temperature}}F, {{temperature_nominal}} |
Humidity | {{humidity}}%, {{humidity_nominal}} |
Windy | {{iswindy}} |
|
{% endif %}
|
{% if (outlook != "None") and (prediction_actual == 0) %}
{% else %}
{% endif %}
|