404.html 150 B

1234567
  1. {#-
  2. This file was automatically generated - do not edit
  3. -#}
  4. {% extends "base.html" %}
  5. {% block content %}
  6. <h1>404 - Not found</h1>
  7. {% endblock %}