Files
TIMP-LABS/.shii/lab4/templates/error.html
T
2026-04-03 21:12:02 +07:00

5 lines
96 B
HTML

{% extends 'base.html' %}
{% block body %}
<h1>Ошибка</h1>
<p>{{ msg }}</p>
{% endblock %}