Files
2026-08-03 16:18:56 +05:00

5 lines
204 B
HTML

{% extends "base.html" %}
{% block content %}
<section class="not-found"><p>404</p><h1>Страница не найдена</h1><a href="/">Вернуться в ленту</a></section>
{% endblock %}