diff --git a/templates/base.html b/templates/base.html
index a1f785d..f31128f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -6,67 +6,7 @@
{% spaceless %}
{% autoescape off %}{% endautoescape %}
diff --git a/templates/base_home.html b/templates/base_home.html
index dab4f52..66b1220 100644
--- a/templates/base_home.html
+++ b/templates/base_home.html
@@ -2,14 +2,13 @@
{% load i18n %}
{% include 'header.html' %}
iVatar :: {% block title %}{% trans 'Freeing the Web, one face at a time!' %}{% endblock title %}
+{% if not user.is_anonymous %}
+{% include 'navbar.html' %}
+{% endif %}
{% spaceless %}
-
- {% autoescape off %}{% endautoescape %}
-
- {% block content %}{% endblock content %}
-
+ {% block content %}{% endblock content %}
{% block footer %}{% include 'footer.html' %}{% endblock footer %}
{% endspaceless %}