{{ pagevariable1 }}
-
{{ pagevariable2 }}
+ {% for task in tasks %} +
diff --git a/taskmanager/templates/index.html b/taskmanager/templates/index.html index ee1cca6..95bdf2e 100644 --- a/taskmanager/templates/index.html +++ b/taskmanager/templates/index.html @@ -3,7 +3,7 @@
-{{ pagevariable1 }}
-
{{ pagevariable2 }}
+ {% for task in tasks %} +