From 32cb783aa8675d275cb9136eeadffa8294d40b89 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Fri, 1 May 2026 21:28:35 +0200 Subject: created global template and refactored blog templates --- global/templates/base.html.j2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 global/templates/base.html.j2 (limited to 'global/templates/base.html.j2') diff --git a/global/templates/base.html.j2 b/global/templates/base.html.j2 new file mode 100644 index 0000000..61826d9 --- /dev/null +++ b/global/templates/base.html.j2 @@ -0,0 +1,18 @@ + + + + + {% block page_title %}{% endblock %} + + + + + {% block head_extra %}{% endblock %} + + +{% block body %}{% endblock %} + + + -- cgit v1.3