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

Articles

@@ -76,16 +61,6 @@
  • Sitewide advertising industry opt-out — Using ads.txt / app-ads.txt to disallow buying or selling ads for a domain.
  • - + {% include "footer.html" %} -- cgit v1.3.1