diff --git a/templates/page.html b/templates/page.html index a776514..0da777c 100644 --- a/templates/page.html +++ b/templates/page.html @@ -13,17 +13,25 @@ {% endblock %} - +
{% block content %} +

{{ page.title }}

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

- Last updated: {{ page.locale_modified }} -

+ {% endif %} +
+
{% endblock %}