{% extends "motion/base.html" %} {% load i18n %} {% block head_title %}{{ block.super }} - {% trans "404 File Not Found" %}{% endblock %} {% block navigation %} {% include "motion/bits/navigation.html" %} {% endblock %} {% block content_body %}

{% trans "404 File Not Found" %}

{% trans "You have reached a 404 File Not found. Please contact the server administrator to let us know a that file is missing. Thank you!" %}

{% trans "Head home!" %}

{% endblock %}