{%- for p in collections.all -%} {% if p.data.nav == true %}
  • {{ p.data.title }}
  • {% endif %} {%- endfor -%}