{% if children %} <div> <ul class="tweets"> {% for thread_item in children %} <li style="border: 1px solid black"> {% include "partial/tweet-thread-item.html" %} </li> {% endfor %} </ul> </div> {% endif %}