otmp_site/templates/404.html

5 lines
77 B
HTML
Raw Permalink Normal View History

2022-12-03 20:01:01 +01:00
{% extends "base.html" %}
{% block content %}
404
{% endblock content %}