Files
2022-03-16 13:46:10 +01:00

4 lines
79 B
HTML

{% extends "base.html" %}
{% block content %}
<h2>not found</h2>
{% endblock %}