{% extends "references/base.html" %} {% block title %}Not Found: {{ title }}{% endblock %} {% block h1title %}Not Found: {{ title }}{% endblock %} {% block content %}

{{ text }}

{% if exception %}

Exception: {{ exception }}

{% endif %} {% endblock %}