{% for item in site[include.category] %} {% if item.url contains "index" %} {% else %} {{ item.title | captialize }} {% endif %} {% endfor %}