templates/application/projects/project-list.html.twig line 1

Open in your IDE?
  1. {% for project in items %}
  2.     <div class="project__column {% if loop.index0 % 5 == 0 %}project__column--lg{% endif %}">
  3.         {{ include('application/projects/project-block.html.twig') }}
  4.     </div>
  5. {% endfor %}