{% if tree %}
  • {% if tree.filename %}{{ tree.filename }}{% else %}{{ tree.content_type }}{% endif %} {% if tree.children %} {% for child in tree.children %} {% endfor %} {% endif %}
  • {% endif %}