Html – Django Bootstrapv5 item in carousel-item problem
I want my carousel-item at least it have 5 cards. But it only has one card in each carousel-item. What should I do.: {% for knowledge in knowledges %} <div class="carousel-inner"> {% for photo in photo01s|slice:":5" %} <div class="carousel-item {%…