{% extends "zerrors/base_error.html" %} {% block body_content %}
{% if (config.CONTENT is defined) and (config.CONTENT.ERROR_IMAGE_404 is defined) %} {% else %} {% endif %}
{% if (config.CONTENT is defined) and (config.CONTENT.ERROR_IMAGE_404 is defined) %}

{{config.CONTENT.ERROR_TITLE_404}}

{%else%}

404 not found

{%endif%}

We looked everywhere but couldnt find the page

{% endblock %}