docs/.templates/markdoc-default/404.html @ 2a8eea4463c3

Add some styles for the docs.
author Steve Losh <steve@stevelosh.com>
date Thu, 19 Nov 2009 22:51:34 -0500
parents (none)
children (none)
{% extends 'base.html' %}

{% block body %}
<h1>Not Found: <code>{{ request.path_info|e }}</code></h1>
<p>
  We couldn&#8217;t find what you were looking for.
  {% if not is_index %}You could try going <a href="{{ document_root }}/">home</a>.{% endif %}
</p>
{% endblock %}