{% load base_models %}
{% block stream_items %} {% for item in items %} {% with list_item_template=item|list_item_template %} {% include list_item_template %} {% endwith %} {% endfor %} {% endblock %}