{% extends "base.html" %} {% block title %}Page not found{% endblock %} {% block header_text %}Page not found{% endblock %} {% block content %}

Sorry, but the requested page could not be found.

{% endblock %} {% block footer_text %} {% endblock %}