mason/dhandler: Bring not-found handling into the dhandler.
[bridge-toys] / mason / %not-found
diff --git a/mason/%not-found b/mason/%not-found
deleted file mode 100644 (file)
index 9ba24d8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<%method title>Not found</%method>
-<h1>Not found</h1>
-Failed to find &lsquo;<code><% $what |h %></code>&rsquo;.
-% $m->abort(404);
-
-<%flags>
-inherit => ".html"
-</%flags>
-
-<%args>
-$what
-</%args>