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 @@ - Index + Decentrala @@ -11,8 +11,9 @@
-

{{ pagevariable1 }}

-

{{ pagevariable2 }}

+ {% for task in tasks %} +

  • {{task}}
  • + {% endfor %}