diff --git a/src/data/templates/gramps-base.html b/src/data/templates/gramps-base.html
index eee2d2520..31cd42bba 100644
--- a/src/data/templates/gramps-base.html
+++ b/src/data/templates/gramps-base.html
@@ -17,7 +17,6 @@
-
{% endblock %}
+
+
+
-
+
@@ -224,9 +273,11 @@
{% if user.is_authenticated %}
{% if title.1 %}
- {{title.0}}
+ {{title.0}}
+
{% else %}
- {{title.0}}
+ {{title.0}}
+
{% endif %}
{% else %}
{# don't show #}
@@ -234,7 +285,26 @@
{% else %}
{% if title.1 %}
- {{title.0}}
+ {{title.0}}
+
+
{% else %}
{{title.0}}
{% endif %}