404.html 191 B

12345678910
  1. {% extends "base.html" %}
  2. {% block body_class %}template-404{% endblock %}
  3. {% block content %}
  4. <h1>Page not found</h1>
  5. <h2>Sorry, this page could not be found.</h2>
  6. {% endblock %}