diff --git a/templates/blog/blog_page.html b/templates/blog/blog_page.html index 9d545c6..9afe3bd 100644 --- a/templates/blog/blog_page.html +++ b/templates/blog/blog_page.html @@ -5,7 +5,7 @@ {% block body_class %}template-blogpage{% endblock %} {% block content %} - {% include 'common/header.html' with page=page %} + {% include 'common/header.html' %}

diff --git a/templates/pages/simple_content_page.html b/templates/pages/simple_content_page.html index f716346..61fdf2c 100644 --- a/templates/pages/simple_content_page.html +++ b/templates/pages/simple_content_page.html @@ -5,16 +5,7 @@ {% block body_class %}template-contentpage{% endblock %} {% block content %} -

-
-
-
-

{{ page.title }}

-
-
-
-
-
+ {% include 'common/header' %}
{{ page.body|richtext }} diff --git a/templates/projects/project_page.html b/templates/projects/project_page.html index a29422e..6572454 100644 --- a/templates/projects/project_page.html +++ b/templates/projects/project_page.html @@ -5,7 +5,7 @@ {% block body_class %}template-projectpage{% endblock %} {% block content %} - {% include 'common/header.html' with page=page %} + {% include 'common/header.html' %}