Start your All-Access Pass to unlock this challenge
Which of the following is not a valid thing you can do with the loop variable?
loop
{% if loop.first %}
{{ loop.previous }}
{{ loop.index0 }}
{% if loop.length > 5 %}