{% extends "base.html" %} {% block title %}404: File not found{% endblock %} {% block heading %}404: File not found{% endblock %} {% block body %}

The page URL requested ({{ request_path }}) does not exist.

{% endblock %}