7
This repository has been archived on 2023-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cavemanon-wagtail-personali…/sandbox/sandbox/templates/404.html
Michael van Tellingen c70ecbc408 Add a sandbox environment
2017-05-08 09:48:05 +02:00

10 lines
191 B
HTML

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