aurweb/templates/errors/404.html
2021-06-05 19:52:56 -07:00

8 lines
256 B
HTML

{% extends 'partials/layout.html' %}
{% block pageContent %}
<div class="box 404">
<h2>404 - {% trans %}Page Not Found{% endtrans %}</h2>
<p>{% trans %}Sorry, the page you've requested does not exist.{% endtrans %}</p>
</div>
{% endblock %}