From: Damian Myrda Date: Sat, 21 Sep 2024 15:15:35 +0000 (-0500) Subject: Added mutable titles X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=32ba6503ff6825c5aa39527af15ca9065103da30;p=p8d.git Added mutable titles --- diff --git a/web/templates/404.html b/web/templates/404.html index 5b214f4..ef7ad61 100644 --- a/web/templates/404.html +++ b/web/templates/404.html @@ -5,6 +5,10 @@ {{ nav::bar(active="") }} {% endblock %} +{% block title %} +not found +{% endblock %} + {% block content %}

not found

diff --git a/web/templates/base.html b/web/templates/base.html index 3634357..bdd259a 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -2,8 +2,8 @@ - prime8 + {% block title %}{% endblock %}