From 389a88088e8f5e40127d024a95c8f63318669b02 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Fri, 1 May 2026 23:00:43 +0200 Subject: codenames and comic templates refactored with the base template --- global/templates/base.html.j2 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'global/templates/base.html.j2') diff --git a/global/templates/base.html.j2 b/global/templates/base.html.j2 index 61826d9..21530c7 100644 --- a/global/templates/base.html.j2 +++ b/global/templates/base.html.j2 @@ -5,14 +5,12 @@ {% block page_title %}{% endblock %} - + - {% block head_extra %}{% endblock %} +{% block head_extra %} {% endblock %} {% block body %}{% endblock %} - + -- cgit v1.3