From 868f583afc3fee93b6fb2148f62f3e7ba537e982 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 11 Nov 2021 14:59:10 +0000 Subject: [PATCH] Simplify the structure some. - Legacy-Id: 19635 --- ietf/templates/base.html | 139 ++++++++++++++++++--------------------- 1 file changed, 65 insertions(+), 74 deletions(-) diff --git a/ietf/templates/base.html b/ietf/templates/base.html index f12a789c7..3f6d672f1 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -1,42 +1,43 @@ - {# Copyright The IETF Trust 2015-2021, All Rights Reserved #} + + {% load ietf_filters static %} {% load origin %}{% origin %} {% load django_bootstrap5 %} - - - - {% block title %}No title{% endblock %} - + + + {% block title %}No title{% endblock title %} + {% comment Halloween %} - - {% endcomment %} + + {% endcomment %} - + - {% block pagehead %}{% endblock %} + {% block pagehead %}{% endblock pagehead %} {% if server_mode and server_mode == "production" %} - + {% else %} - + {% endif %} - + + - +