diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html
index 1c6f1ab..2e0b70a 100644
--- a/brutaldon/templates/base.html
+++ b/brutaldon/templates/base.html
@@ -13,16 +13,22 @@
brutaldon
{% endif %}
{% endblock %}
- {% if not preferences.theme.is_brutalist %}
-
-
-
- {% block page_scripts %}
- {% endblock %}
- {% else %}
-
+ {% if not preferences %}
+
+
+
+ {% else %}
+
+
+ {% if not prefrences.theme.is_brutalist %}
+
+ {% block page_scripts %}
+ {% endblock %}
+ {% endif %}
{% endif %}
{% if own_acct %}