From f4835ffdcb80ed5fa711ea9b33b295dae36258b2 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Mon, 29 Jun 2026 23:03:07 +0200 Subject: web: fetch with js to avoid flickering --- src/templates/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/templates/index.html') diff --git a/src/templates/index.html b/src/templates/index.html index 85fe385..f076d32 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -3,13 +3,13 @@ {% block content %}
{{parts.top}}
- + -
{% for event in parts.program %}{% if loop.previtem and loop.previtem.day != event.day %}
{{ event.day }}
{% endif %}
{{event.title}} {{ event.time}} {{ event.icon }}

{% endfor %}
+ {% include 'program.html' %} {# - +
{{parts.news}}
-->
@@ -18,7 +18,7 @@
- + #}
-- cgit v1.3.1