404.html 141 B

12345678
  1. {% extends 'index.html' %}
  2. {% load i18n %}
  3. {% block 'content' %}
  4. <h1>404 - <small>{% trans 'page_not_found' %}</small></h1>
  5. {% endblock %}