templates/article/list.html.twig line 1

Open in your IDE?
  1. <div class="d-flex justify-content-between p-2">
  2. {% for article in articles %}
  3.     {% include "article/item.html.twig" %}
  4. {% endfor %}
  5. </div>