{% extends "mojo/errors/_base.html" %}
{% block page_title %}Page not found{% endblock %}
{% block headline %}That page doesn’t exist{% endblock %}
{% block body %}Check the address for a typo. If you followed a link to get here, it’s probably out of date.{% endblock %}
{% block extra %}Go to the home page{% endblock %}