diff --git a/CHANGELOG.org b/CHANGELOG.org index 99b8678..a8ea501 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -5,6 +5,8 @@ Add simple tasks app. ** 0.2.1 <2023-07-12 Wed> Add the tasks to be shown on the index page. -** 0.2.2 <2023-07-12 Wed> +** 0.2.2 <2023-07-13 Thu> Add the TailwindCSS. +** 0.2.3 <2023-07-14 Fri> + Update the main container block. diff --git a/templates/base.html b/templates/base.html index c4dfd6b..d1718d2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ {% block title %}Simple TODO List{% endblock %} -
+
{% block content %} {% endblock %}