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 %} - + + - +