Initial checkin.
[bridge-toys] / mason / %not-found
CommitLineData
bba7b95e
MW
1<%method title>Not found</%method>
2<h1>Not found</h1>
3Failed to find &lsquo;<code><% $what |h %></code>&rsquo;.
4% $m->abort(404);
5
6<%flags>
7inherit => ".html"
8</%flags>
9
10<%args>
11$what
12</%args>