diff --git a/theme/404.html b/theme/404.html index 66f78d8714..246d312790 100644 --- a/theme/404.html +++ b/theme/404.html @@ -2,8 +2,38 @@ {% block content %}
- Not found + Not found

Page not found.

Back to front page
{% endblock %} + +{% block scripts %} +{{ super() }} + +{% endblock %}