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

Contact

@@ -215,17 +200,7 @@
- + {% include "footer.html" %}