blob: 90c3d3784bb60ec8c4c6c189cf2eebd7cda9076d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{#
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008-2022 Jo-Philipp Wich <jo@mein.io>
Licensed to the public under the Apache License 2.0.
-#}
{% include('header') %}
<h2 name="content">404 {{ _('Not Found') }}</h2>
<p>{{ _('Sorry, the object you requested was not found.') }}</p>
<p>{{ message }}</p>
<tt>{{ _('Unable to dispatch') }}: {{ dispatcher.build_url(...ctx.request_path) }}</tt>
{% include('footer') %}
|