diff --git a/themes/bs3/templates/page.html b/themes/bs3/templates/page.html
index dbc24ad..2347cd4 100644
--- a/themes/bs3/templates/page.html
+++ b/themes/bs3/templates/page.html
@@ -28,8 +28,8 @@
{% endblock %}
{% block content %}
-
- {{ page.title }}
+
+ {{ page.title }}
{% import 'includes/translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{% if PDF_PROCESSOR %}
@@ -43,5 +43,5 @@
{% include 'includes/comments.html' %}
{% endif %}
-
+
{% endblock %}