From f53e812f7abc528a613d49e26769af1bd3c2d967 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 20:36:46 -0600 Subject: [PATCH] fix --- files/templates/default.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/files/templates/default.html b/files/templates/default.html index cf731abe9e..14116a5920 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -223,6 +223,8 @@ {% block Banner %} {% endblock %} +{% include "header-tw.html" %} + {% block mobileUserBanner %} {% endblock %} @@ -241,6 +243,11 @@ {% block desktopBanner %} {% endblock %} +
+ {% block subHeader %} + {% endblock %} +
+
@@ -257,10 +264,13 @@ {% endblock %}
+ + {% include "footer.html" %} {% block mobilenavbar %} + {% include "mobile_navigation_bar.html" %} {% endblock %} {% block actionsModal %} @@ -275,6 +285,7 @@ {% block GIFpicker %} {% endblock %} + {% include "/toasts/toasts.html" %}