{% extends "layouts/base.html" %} {% block content %}

Tasks

{% for task in tasks %} {% endfor %}
{% endblock content %}