diff --git a/rowers/templates/basefront.html b/rowers/templates/basefront.html
index 8a73c255..08a7d72c 100644
--- a/rowers/templates/basefront.html
+++ b/rowers/templates/basefront.html
@@ -44,7 +44,7 @@
{% analytical_body_top %}
-
+
@@ -58,45 +58,57 @@
{% endif %}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
Free Data and Analysis. For Rowers. By Rowers.
+
+
+
+
+
+
+ {% if user.is_authenticated %}
+
logout
+ {% else %}
+
 
+ {% endif %}
+
-
-
+ {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %}
+
Pro Member
+ {% else %}
+
+ {% endif %}
+
-
-
-
Free Data and Analysis. For Rowers. By Rowers.
-
-
- {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %}
-
Pro Member
- {% else %}
-
- {% endif %}
-
-
- {% if user.is_authenticated %}
-
logout
-
- {% else %}
-
 
- {% endif %}
-
-
-
-
+
{% analytical_body_bottom %}
-