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