{% load reactor %}

todos

{% if this.items %}
    {% for item in this.items %} {% component 'x-todo-item' id=item.id item=item showing=this.showing %} {% endfor %}
{% endif %}
{% if this.items %} {% endif %}