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 %}