{% load static %} ToDo App

ToDo's

Tasks List

{% for task in task_list %} {% endfor %}
Task Due?
{{ task.title }} {{ task.due }}