Unlock this challenge:
What does the {% for ... %} tag in Twig do?
{% for ... %}
Defines a loop over a collection of items
Imports variables from another template
Renders a specific section of the template
Defines a conditional block of code