{# add heading #}

Contents

{# add child pages #}
{% for item in page.parent.children %} {% if item != page.parent.children[0] %}
  • {{ item.title }}
  • {% endif %} {% endfor %}