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/index.html | 33 ++++----------------------------- 1 file changed, 4 insertions(+), 29 deletions(-) (limited to 'static/install/index.html') diff --git a/static/install/index.html b/static/install/index.html index f5414a03..77691640 100644 --- a/static/install/index.html +++ b/static/install/index.html @@ -31,24 +31,9 @@ [[js|/js/redirect.js]] -
- -
+ {% with current_page="install" %} + {% include "header.html" %} + {% endwith %}

Install

@@ -73,16 +58,6 @@ instructions from our site. For most users, the web-based installation approach is no less secure and avoids needing any software beyond a browser with WebUSB support.

- + {% include "footer.html" %} -- cgit v1.3.1