From 4b809901b9741f96762ae94212f7586a4452c468 Mon Sep 17 00:00:00 2001 From: Victor Toso Date: Mon, 30 Mar 2020 13:39:02 +0200 Subject: [PATCH] pages: add menu if enabled Similar to how it is done in categories. --- templates/page.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/page.html b/templates/page.html index eebc678..70dd9df 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,6 +2,9 @@ {% import "post_macros.html" as post_macros %} {% block content %} + {% block header %} + {{ super() }} + {% endblock header %}