diff --git a/templates/exception.html.ep b/templates/exception.html.ep new file mode 100644 index 0000000..d90acf5 --- /dev/null +++ b/templates/exception.html.ep @@ -0,0 +1,2 @@ +% layout "main"; +% title "Error"; diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep new file mode 100644 index 0000000..145b06d --- /dev/null +++ b/templates/not_found.html.ep @@ -0,0 +1,2 @@ +% layout "main"; +% title "Not Found";