{% extends 'base.html' %} {% block content %}
{% for task in tasks %}

{{task.title}}

{{task.status}}

{% endfor %} {% endblock %}