{% extends 'base.html' %} {% load static %} {% block title %}Page Not Found - 404{% endblock %} {% block content %}

404

Page Not Found

{% if message %} {{ message }} {% else %} The page you're looking for doesn't exist. {% endif %}

{% endblock %}