{% if items %}
{% for item in items %} {{item.title}} {% endfor %}
{% endif %}