Files
old-saburly-wagtail-web/saburly/templates/404.html
2024-08-27 20:33:44 +02:00

12 lines
230 B
HTML

{% extends "base.html" %}
{% block title %}Page not found{% endblock %}
{% block body_class %}template-404{% endblock %}
{% block content %}
<h1>Page not found</h1>
<h2>Sorry, this page could not be found.</h2>
{% endblock %}