diff --git a/source/404.html.twig b/source/404.html.twig
new file mode 100644
index 00000000..b4f147ec
--- /dev/null
+++ b/source/404.html.twig
@@ -0,0 +1,14 @@
+---
+layout: default
+title: Page Not Found
+permalink: /404.html
+---
+{% block content_wrapper %}
+
+ {% block content %}
+
Page Not Found
+ {% endblock %}
+ {# .col.md-12 #}
+{% endblock %}
+
+{% block sidebar %}{% endblock %}
\ No newline at end of file
diff --git a/source/404.md b/source/404.md
deleted file mode 100644
index ddea14fa..00000000
--- a/source/404.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-layout: default
-title: Page Not Found
-permalink: /404.html
----
-# Page Not Found
\ No newline at end of file