-
- {% import 'translations.html' as translations with context %}
- {{ translations.translations_for(page) }}
-
+{% block page_content %}
{% if page.links %}
{% for link in page.links %}
@@ -16,14 +9,5 @@
{{ page.title }}
{% endif %}
- {{ page.content }}
-
- {% if page.modified %}
-
- {% endif %}
-
+ {{ super() }}
{% endblock %}