From b394c7e0f88bd7138befb231e931f380ccb0db8d Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 20 Aug 2023 11:51:50 +0300 Subject: [PATCH] update 404 template --- templates/404.html.tera | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/404.html.tera b/templates/404.html.tera index 1fd0488..091379e 100644 --- a/templates/404.html.tera +++ b/templates/404.html.tera @@ -1,5 +1,13 @@ {% extends "base" %} {% block title %}404{% endblock title %} +{% block nav %} +{% endblock nav %} {% block content %} -

404 - Could not find that page

+
+
+

404

+
+

Нет такой страницы 😔

+
+
{% endblock content %} \ No newline at end of file