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