{% extends "base.html" %} {% block title %} Page not found {% endblock title %} {% block content %}
{% if exception %} {{ exception }} {% else %} This is not the page you were looking for. {% endif %}