From 574b235f57f7cae18c21a13dbab33245ad60f977 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 25 Jul 2016 16:04:47 +0200 Subject: [PATCH] Add sub-content to page template --- app/templates/pages/page.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/templates/pages/page.html b/app/templates/pages/page.html index 5a2ddce5..c07fb9ce 100644 --- a/app/templates/pages/page.html +++ b/app/templates/pages/page.html @@ -46,6 +46,13 @@ +
+
+ {% block page_sub_content %} + {{ page.content }} + {% endblock %} +
+
{% endblock %} -- 2.39.5