1{% extends "base.html" %} 2{% block title %}404 — Not Found{% endblock %} 3{% block content %} 4<h1>404 — Not Found</h1> 5<p>The requested page does not exist.</p> 6{% endblock %}