{% extends 'base.html' %} {% load static %} {% block content %}

Tasks

{% for task in tasks %} {% include "partials/task_item.html" %} {% endfor %}
{% endblock %}