{% extends "base_site" %} {% block title %}{{ _('Page not found') }}{% endblock %} {% block content %}
{{ _("We're sorry, but the requested page could not be found.") }}