{% extends 'base.html' %} {% block extra_css %} {% endblock %} {% block content %}
{# Hide this on mobiles, because it is too big, and the name is in the header anyway #}

404

{%- trans -%}Whoops! The page you requested was not found. If you think you are receiving this in error, please contact us.{%- endtrans -%}  {%- trans -%}If you followed a link from the front page, it may be that the dictionary you were browsing is not yet bilingual.{%- endtrans -%}

{% if project_notice %}

{{ project_notice|safe }}

{% endif %}
{% endblock %}