Update the main container block.
This commit is contained in:
+3
-1
@@ -5,6 +5,8 @@
|
|||||||
Add simple tasks app.
|
Add simple tasks app.
|
||||||
** 0.2.1 <2023-07-12 Wed>
|
** 0.2.1 <2023-07-12 Wed>
|
||||||
Add the tasks to be shown on the index page.
|
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.
|
Add the TailwindCSS.
|
||||||
|
** 0.2.3 <2023-07-14 Fri>
|
||||||
|
Update the main container block.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
<title>{% block title %}Simple TODO List{% endblock %}</title>
|
<title>{% block title %}Simple TODO List{% endblock %}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div class="flex flex-col justify-center w-full max-w-2xl mx-auto">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user