{% extends '_error.html' %} {% block content %}

404: Not found

File {{ PATH }} could not be found

{% endblock %} {# 404 errors don't have or need a traceback #} {% block traceback %}{% endblock %}