templates/pages/home/intro.html.twig line 1

Open in your IDE?
  1. {% for index, section in home_intro_seopage %}
  2.     {% include 'pages/home/section/intro_' ~ index ~ '.html.twig' with section %}
  3. {% endfor %}