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/features.html | 33 ++++----------------------------- 1 file changed, 4 insertions(+), 29 deletions(-) (limited to 'static/features.html') diff --git a/static/features.html b/static/features.html index 9dd0187d..e7b7152d 100644 --- a/static/features.html +++ b/static/features.html @@ -30,24 +30,9 @@ -
- -
+ {% with current_page="features" %} + {% include "header.html" %} + {% endwith %}

Features overview

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