diff --git a/templates/weather.html b/templates/weather.html index d5cda6d..1f30343 100644 --- a/templates/weather.html +++ b/templates/weather.html @@ -78,6 +78,13 @@ {{ w.headline }} {% if w.onset %}
{% if w.onset is string %}{{ w.onset[8:10] }}.{{ w.onset[5:7] }}. {{ w.onset[11:16] }}{% else %}{{ w.onset }}{% endif %}{% if w.expires %} – {% if w.expires is string %}{{ w.expires[8:10] }}.{{ w.expires[5:7] }}. {{ w.expires[11:16] }}{% else %}{{ w.expires }}{% endif %}{% endif %}
{% endif %} {% if w.description %}{{ w.description[:250] }}{% if w.description|length > 250 %}…{% endif %}
{% endif %} + + + {% endfor %} + +{% endif %} + +