{% include "./header.html" %}

Your TODOs

    {% for todo in todo_list %}
  1. {{ todo.task }}
  2. {% else %}
  3. No TODO Items
  4. {% endfor %}
{% include "./footer.html" %}