404.html 259 B

123456
  1. {% extends "site_base.html" %}
  2. {% block title %}Page not found. {% endblock %}
  3. {% block content %}
  4. <p>404 error: Page not found.</p>
  5. <p>Sorry about that, we'll have a look for it. In the meantime, use your back button to do something else.</p>
  6. {% endblock %}