{% extends "PyLucid_base.html" %} {% load i18n %} {% block title %}PyLucid - {% trans 'Page not found' %}{% endblock %} {% block base_content %}
{{ request.META.PATH_INFO }}
{% trans "We're sorry, but the requested page could not be found." %}
« back to {{ request.META.HTTP_HOST }} {% endblock %} {% block base_footer %}