Hello
{% for item in site.nav %}
{{ item.title|upper }}
{% endfor %}
{% for item in items %}
{{ loop.index }}: {{ item|upper }}
{% endfor %}