{% load settings_value %}
{# Requires the path to be known to confirm it to the user #} {% if request.path %}

We couldn't find anything at the location {{ request.path }}

{% endif %}

To return to a working page, please click back in your browser or go to the home page.

{# Requires a path to be known in order to email admin #} {% if request.path %}

{% settings_value 'MAIN_CONTACT_EMAIL' %}

{% endif %}