{% if node.content %} {% for item in node.content %} {% with template="richtext/"|add:item.type|lower|add:".html" %} {% include template with node=item %} {% endwith %} {% endfor %} {% endif %} {% include "richtext/footnotes_list.html" %}