From: Jérémy Fabre Date: Mon, 25 Jul 2016 14:04:47 +0000 (+0200) Subject: Add sub-content to page template X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=574b235f57f7cae18c21a13dbab33245ad60f977;p=mezzo.git Add sub-content to page template --- 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 %}