{% for item in items %}
{{ item.title }} {% if item.description %} {{ item.description }} {% endif %}
{% empty %}
No items available.
{% endfor %}