diff --git a/templates/index.html.tera b/templates/index.html.tera index d312a28..78882f1 100644 --- a/templates/index.html.tera +++ b/templates/index.html.tera @@ -22,14 +22,15 @@ {% endif %} {% endfor %} {% endif %} +
-

{{ day.day| date(format="%d.%m.%Y") }} - {{ day.day | date(format="%A", locale="de_AT") }} +

{{ day.day| date(format="%d.%m.%Y") }} + {{ day.day | date(format="%A", locale="de_AT") }}

{% if day.planned_events | length > 0 or day.trips | length > 0 %} -
+
{# --- START Events --- #} {% if day.planned_events | length > 0 %}