{% extends "base.html" %} {% block content %}

404 — Page not found

{% if exception %} {{ exception }} {% else %} Sorry, the page you have requested does not exist. {% endif %}
{% endblock %}