qchgk_web/templates/404.html.tera

5 lines
150 B
Plaintext
Raw Normal View History

2019-08-05 14:06:27 +00:00
{% extends "base" %}
2019-08-02 10:47:16 +00:00
{% block title %}404{% endblock title %}
{% block content %}
<h1>404 - Could not find that page</h1>
{% endblock content %}