{% extends 'base.html' %} {% block 'content' %} {% for todo in todos %} {% if todo.body %} {% endif %} {% empty %} {% endfor %}
{{ todo.title }}[...] u
no done todos
{% endblock %}