feo-homepage/core/templates/404.html

7 lines
146 B

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