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