{% extends "terminimal/templates/404.html" %} {% block content %}

{% block heading %}Lost?{% endblock heading %}

{% block message %}Looks like you're trying something that doesn't exist (anymore?).{% endblock message %}

{% endblock content %}