Todos
Add
{% for todo in todos %} {% block todo_row scoped %}
{{ todo.text }}
x
{% endblock %} {% endfor %}