qchgk_web/templates/404.html.tera

5 lines
150 B
Plaintext

{% extends "base" %}
{% block title %}404{% endblock title %}
{% block content %}
<h1>404 - Could not find that page</h1>
{% endblock content %}