error404.ut 435 B

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