From 150608e016fe9c8c2e8a5af645db50acc1d85fe1 Mon Sep 17 00:00:00 2001 From: smdyv <88971341+smdyv@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:06:57 +0200 Subject: Use simple templating for static processing --- static/install/web.html | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) (limited to 'static/install/web.html') diff --git a/static/install/web.html b/static/install/web.html index e7148ca3..1cf32f12 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -33,24 +33,7 @@ [[js|/js/web-install.js]] -
- -
+ {% include "header.html" %}

Web installer

@@ -465,16 +448,6 @@
- + {% include "footer.html" %} -- cgit v1.3.1