checkout/src/common/templates/404.html

6 lines
173 B
HTML
Raw Normal View History

2022-04-25 17:35:13 +02:00
{% extends "common/base.html" %}
{% block content %}
<h1>Page not found</h1>
<p>We tried and tried but couldn't find the page you're looking for.</p>
{% endblock %}