diff --git a/todo_app/templates/index.html b/todo_app/templates/index.html index 0bfd48d..6a2af4a 100644 --- a/todo_app/templates/index.html +++ b/todo_app/templates/index.html @@ -25,10 +25,44 @@

{% for item in items %}
+
+
+ +
+
+ +
+
> {{ item.title }}
-
- -
-
- -
{% endfor %}