From 9b58f57b0cd9893a44c9d4381de4c82626242e94 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 3 May 2015 13:46:02 +0200 Subject: added handling for 404 cases (catch all) --- templates/not_found_404.tmpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/not_found_404.tmpl (limited to 'templates') diff --git a/templates/not_found_404.tmpl b/templates/not_found_404.tmpl new file mode 100644 index 0000000..4d7f4e0 --- /dev/null +++ b/templates/not_found_404.tmpl @@ -0,0 +1,17 @@ +<% c++ #include "master.hpp" %> +<% skin view %> +<% view not_found_404 uses content::master extends master %> + +<% template title() %> + <% include master::title() %> :: Not Found +<% end %> + +<% template page_content() %> +
+ We are sorry to inform you that somebody run away with + your page at URL <%= url %>. +
+<% end template %> + +<% end view %> +<% end skin %> -- cgit v1.2.3-54-g00ecf