1 2 3 4 5 6 7 8 9 10
{% extends "main.html" %} {% block content %} <h1>Page not found: 404 error</h1> <p> There is nothing here. </p> {% endblock %}