--- a
+++ b/qiita_pet/templates/404.html
@@ -0,0 +1,4 @@
+{%extends sitebase.html%}
+{%block content%}
+<h1>404: Page not found!</h1>
+{%end%}