+
{{ article.title }}
-
+
{{ article.subtitle }}
+ {% if page.modified %}
+ Modifié le
+ {% else %}
+ Publié le
+ {% endif %}
+
{{ article.description }}
diff --git a/templates/page.html b/templates/page.html
index eb51ded..dee67e0 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -8,6 +8,20 @@
{% block content %}
+ {{ page.title }}
+
+