{% extends 'layout.html' %} {% set page_title = _('Page Not Found') %} {% block body %}

{{ _('Page Not Found') }}

{{ _('The requested URL was not found on the server.') }}

{{ _('If you entered the URL manually please check your spelling and try again.') }} {% endblock %}