qchgk_web/templates/404.html
2019-08-02 13:47:16 +03:00

5 lines
155 B
HTML

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