{% extends "base.html" %} {% block title %}404 Not Found{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

404 Not Found

The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

{% endblock %}