{% extends 'base.html' %} {% set title = _('Page Not Found') %} {% set hide_header_search = True %} {% block breadcrumbs %}{% endblock %} {% block masthead %}

{{ title }}

{% trans %}Sorry, we couldn't find the page you were looking for. Please, try searching our site using the form below.{% endtrans %}

{% import "search/basic-form.html" as form with context %} {{ form.form() }}
{% endblock %}