From 393aa374c1c546012148a45ebc1c353bc0b11e35 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sat, 15 Jul 2023 17:58:42 +0300 Subject: [PATCH] Add the htmx (CDN version). --- templates/base.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/base.html b/templates/base.html index d1718d2..e9bf3f8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,7 @@ {% tailwind_css %} + {% block title %}Simple TODO List{% endblock %} @@ -12,5 +13,11 @@ {% block content %} {% endblock %} + +