{% for item in items[1:] %}
  • {{ loop.index }}.
    {{ item.page_title }}
  • {% endfor %}