diff --git a/go/go/templates/403.html b/go/go/templates/403.html
index e48edc2c12662e0317d42f92e6f47a142521197c..8a684c2e3d5b441ef7a0b75d8220a4a25dffbfd4 100644
--- a/go/go/templates/403.html
+++ b/go/go/templates/403.html
@@ -6,11 +6,26 @@
403 Error • Forbidden
{% endblock %}
+
+{% load staticfiles %}
+
{% block content %}
-
-{% load staticfiles %}
+
+
diff --git a/go/go/templates/404.html b/go/go/templates/404.html
index ce6dd3b4cfda398e88e9628d448c8bf3ee2c499e..f3586e3ffeda83e93d41edfd26a4e904f2f2352f 100644
--- a/go/go/templates/404.html
+++ b/go/go/templates/404.html
@@ -6,11 +6,26 @@
404 Error • Page Not Found
{% endblock %}
+
+{% load staticfiles %}
+
{% block content %}
-
-{% load staticfiles %}
+
+
diff --git a/go/go/templates/500.html b/go/go/templates/500.html
index bea5f4cf6e648a317a09e781f7266589dc7e1185..e5a8e7c113c29df07ac474a8bedd4b8ec7acf261 100644
--- a/go/go/templates/500.html
+++ b/go/go/templates/500.html
@@ -6,12 +6,26 @@
500 Error • Internal Server Error
{% endblock %}
-
-{% block content %}
-
{% load staticfiles %}
+
+{% block content %}
+
+
+