summaryrefslogtreecommitdiff
path: root/templates/404.mako
blob: c47aee3c555c79f2ba260d33be5df5f518370590 (plain)
1
2
3
4
5
6
7
8
9
10
11
<%!
    title = "404 -- Page not found!"
%>
<%inherit file="/page.mako" />
<p>
Sorry - the requested page <i>${page}</i> cannot be found.
</p>

<%def name="heading()">
    404 -- Page not found!
</%def>