{% for item in include.collection %}
  • {% if item.url != false %} {{ item.title }} {% else %} {{ item.title }} {% endif %} {% if item.post_list == true %} {% include post_list.html %} {% endif %} {% if item.entries %} {% include vertical_list.html collection=item.entries %} {% endif %}
  • {% endfor %}