diff --git a/src/templates/404.html b/src/templates/404.html
index cb4bbb5..cfcb60c 100644
--- a/src/templates/404.html
+++ b/src/templates/404.html
@@ -1,10 +1,8 @@
{% extends "base.html" %}
{% load i18n %}
-{% block header %}
- {% include "includes/big_header.html" %}
-{% endblock %}
-
{% block main-content %}
{% trans "Not found. Keep searching! :)" %}
{% endblock %}
+
+{% block footer %}{% endblock %}
diff --git a/src/templates/500.html b/src/templates/500.html
index 8a5ad4c..256cc9f 100644
--- a/src/templates/500.html
+++ b/src/templates/500.html
@@ -1,10 +1,8 @@
{% extends "base.html" %}
{% load i18n %}
-{% block header %}
- {% include "includes/big_header.html" %}
-{% endblock %}
-
{% block main-content %}
{% trans "Ooopz... something went wrong!" %}
{% endblock %}
+
+{% block footer %}{% endblock %}
--
libgit2 0.21.2