<ul class="users w-75"> {% for user in users %} <li style="list-style: none"> {% include "partial/user-card.html" %} </li> {% endfor %} </ul>