api/App/Views/404.html

11 lines
179 B
HTML

{% extends "base.html" %}
{% block title %}Page not found{% endblock %}
{% block body %}
<h1>Page not found</h1>
<p>Sorry, that page doesn't exist.</p>
{% endblock %}