{% if items %}
Today's to-do List
{% for item in items %}
{{ item.name }}
{% endfor %}
{% endif %}