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

Page not found

{% if exception %} {{ exception }} {% else %} This is not the page you were looking for. {% endif %}

{% endblock content %}