diff --git a/comptest/web/templates/page.html b/comptest/web/templates/page.html
index 8653a00..44ae2ff 100644
--- a/comptest/web/templates/page.html
+++ b/comptest/web/templates/page.html
@@ -77,7 +77,7 @@
{% block page_header %}
- {% endblock %}
+ {% endblock page_header %}
{% block body %}
{% endblock body %}
diff --git a/comptest/web/templates/page/view.html b/comptest/web/templates/page/view.html
index e522eaf..59c0ba2 100644
--- a/comptest/web/templates/page/view.html
+++ b/comptest/web/templates/page/view.html
@@ -6,7 +6,7 @@
{% endblock title %}
{% block page_header %}
{{ page_header_content|safe }}
-{% endblock %}
+{% endblock page_header %}
{% block body %}
{{ html_content|safe }}
{% endblock body %}
diff --git a/pyproject.toml b/pyproject.toml
index ee74091..d28c320 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,4 +3,4 @@ profile = "black"
[tool.djlint]
profile = "django"
-ignore = "H031,H030,H020,D018"
+ignore = "H006,H031,H030,H020,D018"