{% with type=type|default:"single" collapsible=collapsible|default:True %}
{% for item in items %}
{{ item.content|safe }}
{% endfor %}
{% endwith %}