diff --git a/error-404.hbs b/error-404.hbs
new file mode 100644
index 0000000..c3ab978
--- /dev/null
+++ b/error-404.hbs
@@ -0,0 +1,56 @@
+{{!--
+This error template is used for all 404 errors, which might occur on your site.
+It's a good idea to keep this template as minimal as possible in terms of both file size and complexity.
+--}}
+
+
+
+
+
+
diff --git a/error.hbs b/error.hbs
index a79bd4c..da1c655 100644
--- a/error.hbs
+++ b/error.hbs
@@ -1,5 +1,7 @@
{{!--
-This error template is used for all 400/500 errors which might occur on your site. It's a good idea to keep this template as minimal as possible in terms of both file size and complexity. You'll notice that we *don't* use any JavsScript, or ghost_head / ghost_foot in this file.
+This error template is used for all 400/500 errors, except 404, which might occur on your site.
+It's a good idea to keep this template as minimal as possible in terms of both file size and complexity.
+You'll notice that we *don't* use any JavsScript, or ghost_head / ghost_foot in this file.
--}}
@@ -56,19 +58,6 @@ This error template is used for all 400/500 errors which might occur on your sit
-
- {{#get "posts" limit="3"}}
-
- {{/get}}
-