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 %}
-

{{ page.title }}

- {% import 'translations.html' as translations with context %} - {{ translations.translations_for(page) }} -
{{ page.content }}
+
+

{{ page.title }}

+ {% import 'translations.html' as translations with context %} + {{ translations.translations_for(page) }} +
{{ page.content }}
+
{% endblock %}