Contact Me
Got a question or want to talk about something on this site? Drop me a message below:
@@ -17,4 +19,4 @@
{{ user_message }}
{% endif %}
-{% include 'footer.html' %}
\ No newline at end of file
+{% endblock %}
\ No newline at end of file
diff --git a/src/jakecharman/templates/error.html b/src/jakecharman/templates/error.html
index 0003ba3..d473543 100755
--- a/src/jakecharman/templates/error.html
+++ b/src/jakecharman/templates/error.html
@@ -1,4 +1,6 @@
-{% include 'header.html' %}
+{% extends 'main.html' %}
+
+{% block content %}