{% for item in content_items %} {% if item.content_type == 'link' %} {% include "html/lti-dl/render_link.html" with item=item attrs=item.attributes %} {% endif %} {% endfor %}