{% load static %}
ToDo App
ToDo's
Tasks List
Task
Due?
{% for task in task_list %}
{{ task.title }}
{{ task.due }}
{% endfor %}