Unlock this challenge:
What is the correct Twig syntax to iterate over an array?
{% foreach comments as comment %}
{% for comments as comment %}
{% for index, comment in comments %}
{% for comments => comment %}