diff --git a/bulrush/templates/page.html b/bulrush/templates/page.html
index 781bc0f..13da1a8 100644
--- a/bulrush/templates/page.html
+++ b/bulrush/templates/page.html
@@ -7,10 +7,12 @@
{% endblock %}
{% block content %}
-
- {% import 'translations.html' as translations with context %}
- {{ translations.translations_for(page) }}
- {{ page.content }}
+
+
+ {% import 'translations.html' as translations with context %}
+ {{ translations.translations_for(page) }}
+ {{ page.content }}
+
{% endblock %}