docs/.templates/markdoc-default/404.html @ 8539689091cf
Replace the any* and nondefault filters with a quiet filter.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 27 Nov 2009 13:40:04 -0500 (2009-11-27) |
parents |
2a8eea4463c3 |
children |
(none) |
{% extends 'base.html' %}
{% block body %}
<h1>Not Found: <code>{{ request.path_info|e }}</code></h1>
<p>
We couldn’t find what you were looking for.
{% if not is_index %}You could try going <a href="{{ document_root }}/">home</a>.{% endif %}
</p>
{% endblock %}