diff --git a/src/templates/404.html b/src/templates/404.html
index 88c7087..5fdf311 100644
--- a/src/templates/404.html
+++ b/src/templates/404.html
@@ -1,14 +1,10 @@
-
-
-
-
- 404
-
-
-
- Oopsy poopsy...
- Page not found! 404
- Please go away..
- Leave me alone plz.
-
-
\ No newline at end of file
+{% extends "mybase.html" %}
+{% block title %}FOTB - 404 :({% endblock %}
+
+{% block main %}
+{{ super() }}
+
+
Oopsy poopsy...
+ Page not found! 404
+
+{% endblock %}
\ No newline at end of file