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

Frequently Asked Questions

@@ -1871,16 +1856,6 @@ as a distinct OS based on GrapheneOS.

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