Which of the following is the correct syntax to loop through items in a list in Twig template?
Correct Answer: <ul class="links field__items"> {% for item in items %} <li {{ item.attributes }} > {{ item.content }} </li> {% endfor %} </ul>
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Drupal MCQ Questions