diff --git a/pyoes/templates/pyoes/header.jinja2 b/pyoes/templates/pyoes/header.jinja2 index e299d360..cd1d33eb 100644 --- a/pyoes/templates/pyoes/header.jinja2 +++ b/pyoes/templates/pyoes/header.jinja2 @@ -54,7 +54,7 @@ {% for id, caption, href in main_nav %} {% if id == 'home' %} - + {% else %} {{ caption }} {% endif %} diff --git a/pyoes/templates/pyoes/layout.jinja2 b/pyoes/templates/pyoes/layout.jinja2 index cf9c9c64..6225b4b7 100644 --- a/pyoes/templates/pyoes/layout.jinja2 +++ b/pyoes/templates/pyoes/layout.jinja2 @@ -69,7 +69,9 @@
- + {% block vlaanderen-header scoped %} + + {% endblock %} {% block header scoped %} {% include "pyoes/header.jinja2" %} @@ -83,9 +85,13 @@
- {% include "pyoes/footer.jinja2" %} + {% block footer scoped %} + {% include "pyoes/footer.jinja2" %} + {% endblock %} - + {% block vlaanderen-footer scoped %} + + {% endblock %}