{% extends 'base.html' %} {% block content %} List of all the tasks:
{% for task in task_list %} {{ task.title }}
{% endfor %} {% endblock %}