{% for item in site.pages %} {% if item.resource == true %}
  • {{item.title}}
  • {% endif %} {% endfor %}