From 619e1ad4ecdd55ad99f6b534e5daaa3db736c84e Mon Sep 17 00:00:00 2001 From: -k Date: Fri, 19 Jul 2024 09:44:43 -0700 Subject: [PATCH] refactor: drop `page_title` --- templates/404.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/404.html b/templates/404.html index 38e9eb4..62844ae 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,4 +1,3 @@ {% extends "base.html" %} -{% block page_title %}404{% endblock page_title %} {% block content %}

FILE NOT FOUND

{% endblock content %}