{% extends "base.html" %} {% set title = _('Page Not Found') %} {% set styles = ('search',) %} {% set hide_header_search = True %} {% block content %}

{{ 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 %} {{ form.form() }}
{% endblock %}